We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a69b3 commit 449f898Copy full SHA for 449f898
.github/workflows/add-word.yaml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- name: Generate token
16
id: generate-token
17
- uses: tibdex/github-app-token@v1
+ uses: tibdex/github-app-token@v2
18
with:
19
app_id: ${{ secrets.APP_ID }}
20
private_key: ${{ secrets.PRIVATE_KEY }}
.github/workflows/sync-files.yaml
@@ -18,7 +18,7 @@ jobs:
21
22
23
24
0 commit comments