Skip to content

Commit

Permalink
🤖 Add GHA permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Jul 23, 2022
1 parent d4756da commit 9cc46df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write # OIDC support
contents: write
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write # OIDC support
contents: write
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -107,6 +108,8 @@ jobs:

release-images:
runs-on: ubuntu-latest
permissions:
contents: write
needs: build-vm-images
strategy:
fail-fast: false
Expand Down

0 comments on commit 9cc46df

Please sign in to comment.