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 5f02098 commit fdcc808Copy full SHA for fdcc808
.github/workflows/issue-closed-comment.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- name: Generate GitHub App token
12
id: generate-token
13
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
14
with:
15
app-id: ${{ secrets.BOT_APP_ID }}
16
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
0 commit comments