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.
2 parents 752a290 + 4b2e62a commit 49eef6cCopy full SHA for 49eef6c
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
~/auto shipit -vv $opts
42
env:
43
PROTECTED_BRANCH_REVIEWER_TOKEN: ${{ secrets.GH_TOKEN }}
44
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
TWINE_USERNAME: __token__
46
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
47
0 commit comments