Skip to content

Commit 5576544

Browse files
authored
Merge pull request #503 from stacklok/rmv-header-img-pub
fix: remove Authorization header from img publish
2 parents 348e36a + dc778f8 commit 5576544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Fetch latest FE commit SHA
6767
id: fetch_commit_fe_sha
6868
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
69+
echo "LATEST_RELEASE=$(curl -s "https://api.github.com/repos/stacklok/codegate-ui/releases/latest" | grep '"zipball_url":' | cut -d '"' -f 4)" >> $GITHUB_ENV
7070
- name: Download git lfs dependencies
7171
run: |
7272
git lfs install

0 commit comments

Comments
 (0)