Skip to content

Commit db510c0

Browse files
committed
fix: classic token access
1 parent c0038d5 commit db510c0

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
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333
with:
34-
token: ${{ secrets.RELEASE_TOKEN }}
34+
token: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Configure git
3737
run: |

0 commit comments

Comments
 (0)