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 535d96b commit b9ef665Copy full SHA for b9ef665
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: csexton/release-asset-action@master
56
with:
57
pattern: "bundles/*"
58
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.RELEASE_TOKEN }}
59
60
upload-pypi:
61
runs-on: ubuntu-latest
0 commit comments