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 dced2bf commit 5148cf3Copy full SHA for 5148cf3
.github/workflows/issue_pr_lock.yml
@@ -54,7 +54,7 @@ jobs:
54
# Ref: https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow
55
- name: Obtain Stale Locking App token
56
id: generate-token
57
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
58
with:
59
# N/B: These are both defined at the containers-org level
60
app-id: ${{ vars.STALE_LOCKING_APP_ID }}
0 commit comments