Skip to content

Commit

Permalink
Revert workflow access token changes (vmware-tanzu#3170)
Browse files Browse the repository at this point in the history
Per
alex-page/github-project-automation-plus#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 <[email protected]>
  • Loading branch information
nrb authored Dec 9, 2020
1 parent 3b2e903 commit 844cc16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/milestoned-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

2 changes: 1 addition & 1 deletion .github/workflows/opened-issues-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
project: "Velero Support Board"
column: "New"
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GH_TOKEN }}

0 comments on commit 844cc16

Please sign in to comment.