Skip to content

Commit 8453fd0

Browse files
authored
Update release_gh.yml
1 parent a1a514e commit 8453fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Run GitHub Release CI workflow
1616
uses: adafruit/workflows-circuitpython-libs/release-gh@main
1717
with:
18-
github-token: ${{ secrets.GH_RP_TOKEN }}
18+
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
upload-url: ${{ github.event.release.upload_url }}
2020
# TODO: If you're creating a package (library is a folder), add this
2121
# argument along with the prefix (or full name) of the package folder

0 commit comments

Comments
 (0)