Skip to content

Commit 0a1eecb

Browse files
chore(deps): pin actions/create-github-app-token action to df432ce (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10ccbda commit 0a1eecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Generate GitHub App Token
2727
id: generate_token
28-
uses: actions/create-github-app-token@v2.0.6
28+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
2929
with:
3030
app-id: ${{ secrets.APP_ID }}
3131
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)