Skip to content

Commit d6103f2

Browse files
chore(deps): update actions/create-github-app-token action to v2 (#140)
Co-authored-by: gabe565-renovate[bot] <156644344+gabe565-renovate[bot]@users.noreply.github.com>
1 parent 2016bbf commit d6103f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Generate Token
6767
id: app-token
6868
if: startsWith(github.ref, 'refs/tags/')
69-
uses: actions/create-github-app-token@v1
69+
uses: actions/create-github-app-token@v2
7070
with:
7171
app-id: ${{ secrets.BOT_APP_ID }}
7272
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)