Skip to content

Commit c383731

Browse files
authored
fix: Use correct token.
1 parent 004eaa8 commit c383731

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
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v3
2121
with:
2222
fetch-depth: '0'
23-
token: ${{ secrets.GITHUB_TOKEN }}
23+
token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }}
2424
- name: Use Python
2525
uses: actions/setup-python@v4
2626
with:

0 commit comments

Comments
 (0)