Skip to content

Commit 94cb345

Browse files
authored
Update token in release workflow to use GITHUB_TOKEN
1 parent 7f4a4b4 commit 94cb345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
32-
token: ${{ secrets.RELEASE_TOKEN }}
32+
token: ${{ secrets.GITHUB_TOKEN }}
3333

3434
- uses: actions/setup-node@v6
3535
with:

0 commit comments

Comments
 (0)