Skip to content

Commit

Permalink
chore: add squid auth
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Oct 3, 2024
1 parent 0078b47 commit 37d5528
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@ jobs:
# Optional: Print the updated version for verification
echo "Updated squid.yaml version to: $VERSION"
- name: Authenticate to squid
env:
API_TOKEN: ${{ secrets.SQUID_API_TOKEN }}
run: sqd auth -k $API_TOKEN

- name: Build and deploy squid
run: sqd build && sqd deploy .

0 comments on commit 37d5528

Please sign in to comment.