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 a1a514e commit 8453fd0Copy full SHA for 8453fd0
.github/workflows/release_gh.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Run GitHub Release CI workflow
16
uses: adafruit/workflows-circuitpython-libs/release-gh@main
17
with:
18
- github-token: ${{ secrets.GH_RP_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
19
upload-url: ${{ github.event.release.upload_url }}
20
# TODO: If you're creating a package (library is a folder), add this
21
# argument along with the prefix (or full name) of the package folder
0 commit comments