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 8645a78 commit 76e9464Copy full SHA for 76e9464
.github/workflows/test.yaml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- name: Generate token
9
id: generate_token
10
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
+ uses: suzuki-shunsuke/github-app-token@v2.2.0
11
with:
12
app_id: ${{secrets.APP_ID}}
13
private_key: ${{secrets.APP_PRIVATE_KEY}}
@@ -16,5 +16,5 @@ jobs:
16
# contents:write - Push commits
17
permissions: >-
18
{"pull_requests": "write", "issues": "write", "contents": "write"}
19
- repositories: >-
20
- ["github/docs"]
+ repository_ids: >-
+ [${{github.repository_id}}]
0 commit comments