Skip to content

Commit 69120e8

Browse files
foursixninemattr-
andauthored
Make token name explicit content/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust.md
Co-authored-by: Matt Rogers <[email protected]>
1 parent d6ea9d5 commit 69120e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ And to use them on a different job, i.e publishing:
116116
path: ./cndk8-hello
117117
- name: Publish hello app to GitHub Packages
118118
run: |
119-
curl -u "${{ github.actor }}:${{ secrets.GH_TOKEN }}" \
119+
curl -u "${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}" \
120120
-X POST "https://uploads.github.com/repos/${{ github.repository }}/releases/assets?name=cndk8-hello.tar.gz" \
121121
--header "Content-Type: application/gzip" \
122122
--data-binary @./cndk8-hello/cndk8

0 commit comments

Comments
 (0)