From 69120e82e1d88da9be1787b3900728bb1263b88d Mon Sep 17 00:00:00 2001 From: Santiago Zarate Date: Thu, 16 Jan 2025 16:52:37 +0100 Subject: [PATCH] Make token name explicit content/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust.md Co-authored-by: Matt Rogers --- .../building-and-testing/building-and-testing-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust.md b/content/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust.md index 9a603ab3f963..9b479ceaac14 100644 --- a/content/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust.md +++ b/content/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust.md @@ -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