Skip to content

Commit

Permalink
update secret value setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ifurther authored Jan 13, 2024
1 parent 4a6c98d commit 4602ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" } }'
Expand Down

0 comments on commit 4602ede

Please sign in to comment.