Revert workflow access token changes (#3170)

Per
https://github.com/alex-page/github-project-automation-plus/issues/51,
the `GITHUB_TOKEN` secret doesn't have the appropriate permissions to
manage the issue workflows at a repo level. Reverting to the previous
secret to get the workflows working again.

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2020-12-09 15:08:39 -05:00
committed by GitHub
parent 3b2e9036d1
commit 844cc16803
2 changed files with 2 additions and 2 deletions

View File

@@ -14,5 +14,5 @@ jobs:
if: ${{ !github.event.issue.pull_request }}
project: "${{ github.event.issue.milestone.title }}"
column: "To Do"
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GH_TOKEN }}

View File

@@ -12,4 +12,4 @@ jobs:
with:
project: "Velero Support Board"
column: "New"
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GH_TOKEN }}