From 4602ede4d46237d5dcf3a9b130227a38436eb34c Mon Sep 17 00:00:00 2001 From: Further <55025025+ifurther@users.noreply.github.com> Date: Sun, 14 Jan 2024 03:10:27 +0800 Subject: [PATCH] update secret value setting --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0659aac..3f84f92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: curl \ --request POST \ --header "Content-Type: application/json" \ - --header "Authorization: Bearer $ATLAS_TOKEN" \ + --header "Authorization: Bearer ${{ secrets.ATLAS_TOKEN }}" \ https://app.vagrantup.com/api/v2/boxes \ --data '{ "box": { "username": "nixbox", "name": "nixos" } }'