Skip to content

Commit

Permalink
env var syntax debug
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Dec 26, 2024
1 parent 991ada1 commit b8e0f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
- name: 'Delete test package'
run: |
curl -L -X DELETE -H "Accept: application/vnd.github+json" -H "Authorization: ${{secrets.GITHUB_TOKEN}}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/orgs/cfpb/packages/container/regtech%2Fsbl%2Ftest
curl -L -X DELETE -H "Accept: application/vnd.github+json" -H "Authorization: $GITHUB_TOKEN" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/orgs/cfpb/packages/container/regtech%2Fsbl%2Ftest

0 comments on commit b8e0f4f

Please sign in to comment.