Skip to content

Commit

Permalink
fix: env var in string
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Mar 28, 2024
1 parent fa256f8 commit c8cb193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,5 @@ jobs:
steps:
- name: Setup environment
run: |
curl --header 'Authorization: ${{ secrets.PACKAGE_REPO_TRIGGER_TOKEN }}' "http://update.repo.swiftwave.org/?repo_name=${package_name}&release_tag=${release_tag}"
TRIGGER_URL="http://update.repo.swiftwave.org/?repo_name=${package_name}&release_tag=${release_tag}"
curl --header 'Authorization: ${{ secrets.PACKAGE_REPO_TRIGGER_TOKEN }}' $TRIGGER_URL

0 comments on commit c8cb193

Please sign in to comment.