Skip to content

Commit

Permalink
Add missing GH token
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <[email protected]>
  • Loading branch information
anmazzotti committed Dec 31, 2024
1 parent c65c0c7 commit 4b05b96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-e2e-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
resource-label-value: ${{ secrets.GCP_LABEL_VALUE }}
- name: Cleanup e2e test image
if: always() && ${{ inputs.MANAGEMENT_CLUSTER_ENVIRONMENT == 'eks' }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
sudo apt-get update
sudo apt-get install -y gh jq
Expand Down

0 comments on commit 4b05b96

Please sign in to comment.