Skip to content

Commit

Permalink
Fix infra token.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaus67 committed Nov 3, 2023
1 parent 7a7daae commit 42628f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
CLUSTER_NAME: central-login-${{ github.run_id }}
ARTIFACTS_DIR: ${{ runner.temp }}/gke-artifacts
INFRA_TOKEN: ${{ secrets.INFRA_TOKEN }}
run: |
# Fetch the artifacts for the GKE cluster.
infractl artifacts --download-dir=${ARTIFACTS_DIR} ${CLUSTER_NAME}
Expand Down

0 comments on commit 42628f2

Please sign in to comment.