Skip to content

Commit 76e9464

Browse files
test github-app-token#107
- tibdex/github-app-token#107
1 parent 8645a78 commit 76e9464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- name: Generate token
99
id: generate_token
10-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
10+
uses: suzuki-shunsuke/github-app-token@v2.2.0
1111
with:
1212
app_id: ${{secrets.APP_ID}}
1313
private_key: ${{secrets.APP_PRIVATE_KEY}}
@@ -16,5 +16,5 @@ jobs:
1616
# contents:write - Push commits
1717
permissions: >-
1818
{"pull_requests": "write", "issues": "write", "contents": "write"}
19-
repositories: >-
20-
["github/docs"]
19+
repository_ids: >-
20+
[${{github.repository_id}}]

0 commit comments

Comments
 (0)