Skip to content

Commit 813e30a

Browse files
Update checkout token
Co-authored-by: Melanija Cvetic <[email protected]>
1 parent d8bffcc commit 813e30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
private-key: ${{ secrets.APIXBOT_APP_PEM }}
2929
- uses: actions/checkout@v5
3030
with:
31-
token: ${{ secrets.GITHUB_TOKEN }}
31+
token: ${{ steps.app-token.outputs.token }}
3232
fetch-depth: 0
3333
- name: Setup node
3434
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)