diff --git a/.github/workflows/milestoned-issues.yml b/.github/workflows/milestoned-issues.yml index c0e2bd8f7..47d818855 100644 --- a/.github/workflows/milestoned-issues.yml +++ b/.github/workflows/milestoned-issues.yml @@ -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 }} diff --git a/.github/workflows/opened-issues-triage.yml b/.github/workflows/opened-issues-triage.yml index 8d5a3636e..f81443a3a 100644 --- a/.github/workflows/opened-issues-triage.yml +++ b/.github/workflows/opened-issues-triage.yml @@ -12,4 +12,4 @@ jobs: with: project: "Velero Support Board" column: "New" - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.GH_TOKEN }}