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 6669bba commit 004eaa8Copy full SHA for 004eaa8
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v3
21
with:
22
fetch-depth: '0'
23
- token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }}
+ token: ${{ secrets.GITHUB_TOKEN }}
24
- name: Use Python
25
uses: actions/setup-python@v4
26
0 commit comments