mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-09 14:43:24 +00:00
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:
2
.github/workflows/milestoned-issues.yml
vendored
2
.github/workflows/milestoned-issues.yml
vendored
@@ -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
.github/workflows/opened-issues-triage.yml
vendored
2
.github/workflows/opened-issues-triage.yml
vendored
@@ -12,4 +12,4 @@ jobs:
|
||||
with:
|
||||
project: "Velero Support Board"
|
||||
column: "New"
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repo-token: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user