Skip to content

Commit 37d5528

Browse files
committed
chore: add squid auth
1 parent 0078b47 commit 37d5528

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@ jobs:
3737
# Optional: Print the updated version for verification
3838
echo "Updated squid.yaml version to: $VERSION"
3939
40+
- name: Authenticate to squid
41+
env:
42+
API_TOKEN: ${{ secrets.SQUID_API_TOKEN }}
43+
run: sqd auth -k $API_TOKEN
44+
4045
- name: Build and deploy squid
4146
run: sqd build && sqd deploy .

0 commit comments

Comments
 (0)