We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 348e36a + dc778f8 commit 5576544Copy full SHA for 5576544
.github/workflows/image-publish.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Fetch latest FE commit SHA
67
id: fetch_commit_fe_sha
68
run: |
69
- echo "LATEST_RELEASE=$(curl -s "https://api.github.com/repos/stacklok/codegate-ui/releases/latest" -H "Authorization: Bearer ${{ secrets.GH_CI_TOKEN }}" | grep '"zipball_url":' | cut -d '"' -f 4)" >> $GITHUB_ENV
+ echo "LATEST_RELEASE=$(curl -s "https://api.github.com/repos/stacklok/codegate-ui/releases/latest" | grep '"zipball_url":' | cut -d '"' -f 4)" >> $GITHUB_ENV
70
- name: Download git lfs dependencies
71
72
git lfs install
0 commit comments