Skip to content

Commit

Permalink
test github-app-token#107
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Nov 26, 2023
1 parent 8645a78 commit 76e9464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
uses: suzuki-shunsuke/github-app-token@v2.2.0
with:
app_id: ${{secrets.APP_ID}}
private_key: ${{secrets.APP_PRIVATE_KEY}}
Expand All @@ -16,5 +16,5 @@ jobs:
# contents:write - Push commits
permissions: >-
{"pull_requests": "write", "issues": "write", "contents": "write"}
repositories: >-
["github/docs"]
repository_ids: >-
[${{github.repository_id}}]

0 comments on commit 76e9464

Please sign in to comment.