Skip to content

Commit be384f7

Browse files
authored
ci: migrate to actions/create-github-app-token
1 parent 1c32320 commit be384f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
release_created: ${{ steps.release.outputs.release_created }}
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: cybozu/octoken-action@c72648d598d172cb5785587f6243bbd09774d034 # v1
13+
- uses: actions/create-github-app-token@v1
1414
id: create-iat
1515
with:
16-
github_app_id: ${{ secrets.RELEASE_GITHUB_APP_ID}}
17-
github_app_private_key: ${{ secrets.RELEASE_GITHUB_APP_KEY }}
16+
app-id: ${{ secrets.RELEASE_GITHUB_APP_ID }}
17+
private-key: ${{ secrets.RELEASE_GITHUB_APP_KEY }}
1818
- uses: google-github-actions/release-please-action@ca6063f4ed81b55db15b8c42d1b6f7925866342d # v3
1919
id: release
2020
with:

0 commit comments

Comments
 (0)