Skip to content

Commit

Permalink
ci: Adding contents permission to E2E testing for release-v0.31.x (
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Feb 8, 2024
1 parent 5f2fe8c commit e232f21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-matrix-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
permissions:
id-token: write # aws-actions/configure-aws-credentials@v4.0.1
statuses: write # ./.github/actions/commit-status/start
contents: read # This is required for actions/checkout
needs: [resolve]
if: needs.resolve.outputs.SHOULD_RUN == 'true'
uses: ./.github/workflows/e2e-matrix.yaml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
permissions:
id-token: write # aws-actions/configure-aws-credentials@v4.0.1
statuses: write # ./.github/actions/commit-status/start
contents: read # This is required for actions/checkout
strategy:
fail-fast: false
matrix:
Expand All @@ -67,6 +68,7 @@ jobs:
permissions:
id-token: write # aws-actions/configure-aws-credentials@v4.0.1
statuses: write # ./.github/actions/commit-status/start
contents: read # This is required for actions/checkout
uses: ./.github/workflows/e2e-upgrade.yaml
with:
# This version matches the steps of the newest version of the install-eksctl action
Expand Down

0 comments on commit e232f21

Please sign in to comment.