We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55c390 commit 09cba6fCopy full SHA for 09cba6f
.github/workflows/promote-ske-pre-release.yaml
@@ -78,6 +78,8 @@ jobs:
78
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
79
- name: Prepare release artifacts (skip retag path)
80
if: env.SKIP_RETAG == 'true'
81
+ env:
82
+ GH_TOKEN: ${{ secrets.ENTERPRISE_KRATIX_GH_TOKEN }}
83
run: |
84
gh release download --repo syntasso/enterprise-kratix "$LATEST_PRE_RELEASE_TAG" \
85
--pattern ske-distribution.yaml --pattern ske-quick-start-installer.yaml
0 commit comments