Skip to content

Commit 9d09f2c

Browse files
committed
fix missing infra token
1 parent cceb009 commit 9d09f2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/smoke-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
uses: stackrox/actions/infra/install-infractl@v1
6767

6868
- name: Download artifacts
69+
env:
70+
INFRA_TOKEN: ${{ secrets.INFRA_TOKEN }}
6971
run: |
7072
/home/runner/.local/bin/infractl artifacts "${{ steps.determine-cluster-name.outputs.cluster-name }}" -d /home/runner/artifacts >> "$GITHUB_STEP_SUMMARY"
7173
kubectl get nodes -o wide || true

0 commit comments

Comments
 (0)