We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edb590 commit 267472aCopy full SHA for 267472a
1 file changed
.github/workflows/add-to-task-list.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: Generate a token
17
id: generate_token
18
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
+ uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
19
with:
20
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
21
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
0 commit comments