We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f6980 commit d86f543Copy full SHA for d86f543
.github/workflows/add-to-inbox.yml
@@ -19,7 +19,7 @@ jobs:
19
env:
20
GH_TOKEN: ${{ github.token }}
21
- id: get-github-access-token
22
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
23
with:
24
app-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID_FOR_GITHUB }}
25
private-key: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY_FOR_GITHUB }}
0 commit comments