Skip to content

Commit

Permalink
fix missing infra token
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Nov 5, 2024
1 parent cceb009 commit 9d09f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
uses: stackrox/actions/infra/install-infractl@v1

- name: Download artifacts
env:
INFRA_TOKEN: ${{ secrets.INFRA_TOKEN }}
run: |
/home/runner/.local/bin/infractl artifacts "${{ steps.determine-cluster-name.outputs.cluster-name }}" -d /home/runner/artifacts >> "$GITHUB_STEP_SUMMARY"
kubectl get nodes -o wide || true
Expand Down

0 comments on commit 9d09f2c

Please sign in to comment.