Skip to content

Commit 4bec2b0

Browse files
authored
Try fixing the token (#58)
1 parent ee57c3e commit 4bec2b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3131
with:
3232
fetch-depth: 0 # full history for yarn version
33-
token: ${{ secrets.USER_GITHUB_TOKEN }}
33+
token: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: Setup Node with trusted publishing
3636
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4

0 commit comments

Comments
 (0)