We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004eaa8 commit c383731Copy full SHA for c383731
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v3
21
with:
22
fetch-depth: '0'
23
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }}
24
- name: Use Python
25
uses: actions/setup-python@v4
26
0 commit comments