Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
revert to using personal token
Browse files Browse the repository at this point in the history
  • Loading branch information
apanicker-nflx committed Dec 15, 2020
1 parent f61c8d6 commit 86d3c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issues_triage.yml
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
project: Backlog
column: Triage
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.PROJECT_MANAGEMENT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_triage.yml
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
project: Backlog
column: To do
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.PROJECT_MANAGEMENT_TOKEN }}

0 comments on commit 86d3c1e

Please sign in to comment.