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