We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cceb009 commit 9d09f2cCopy full SHA for 9d09f2c
.github/workflows/smoke-test.yaml
@@ -66,6 +66,8 @@ jobs:
66
uses: stackrox/actions/infra/install-infractl@v1
67
68
- name: Download artifacts
69
+ env:
70
+ INFRA_TOKEN: ${{ secrets.INFRA_TOKEN }}
71
run: |
72
/home/runner/.local/bin/infractl artifacts "${{ steps.determine-cluster-name.outputs.cluster-name }}" -d /home/runner/artifacts >> "$GITHUB_STEP_SUMMARY"
73
kubectl get nodes -o wide || true
0 commit comments