Skip to content

Commit 09cba6f

Browse files
committed
fix(ci): set gh token for skip-retag artifact preparation
1 parent b55c390 commit 09cba6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/promote-ske-pre-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
7979
- name: Prepare release artifacts (skip retag path)
8080
if: env.SKIP_RETAG == 'true'
81+
env:
82+
GH_TOKEN: ${{ secrets.ENTERPRISE_KRATIX_GH_TOKEN }}
8183
run: |
8284
gh release download --repo syntasso/enterprise-kratix "$LATEST_PRE_RELEASE_TAG" \
8385
--pattern ske-distribution.yaml --pattern ske-quick-start-installer.yaml

0 commit comments

Comments
 (0)