Skip to content

Commit

Permalink
Make token name explicit content/actions/use-cases-and-examples/build…
Browse files Browse the repository at this point in the history
…ing-and-testing/building-and-testing-rust.md

Co-authored-by: Matt Rogers <mattr-@github.com>
  • Loading branch information
foursixnine and mattr- authored Jan 16, 2025
1 parent d6ea9d5 commit 69120e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ And to use them on a different job, i.e publishing:
path: ./cndk8-hello
- name: Publish hello app to GitHub Packages
run: |
curl -u "${{ github.actor }}:${{ secrets.GH_TOKEN }}" \
curl -u "${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}" \
-X POST "https://uploads.github.com/repos/${{ github.repository }}/releases/assets?name=cndk8-hello.tar.gz" \
--header "Content-Type: application/gzip" \
--data-binary @./cndk8-hello/cndk8
Expand Down

0 comments on commit 69120e8

Please sign in to comment.