We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0078b47 commit 37d5528Copy full SHA for 37d5528
.github/workflows/release.yml
@@ -37,5 +37,10 @@ jobs:
37
# Optional: Print the updated version for verification
38
echo "Updated squid.yaml version to: $VERSION"
39
40
+ - name: Authenticate to squid
41
+ env:
42
+ API_TOKEN: ${{ secrets.SQUID_API_TOKEN }}
43
+ run: sqd auth -k $API_TOKEN
44
+
45
- name: Build and deploy squid
46
run: sqd build && sqd deploy .
0 commit comments