Skip to content

Commit

Permalink
Add permissions to generic arm release pipeline (#2840)
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales authored Aug 31, 2024
1 parent e0d89bc commit a902d59
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,21 @@ jobs:
build-arm-generic:
runs-on: ARM64
permissions:
id-token: write # OIDC support
contents: write
security-events: write
actions: read
attestations: read
checks: read
deployments: read
discussions: read
issues: read
packages: read
pages: read
pull-requests: read
repository-projects: read
statuses: read
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit a902d59

Please sign in to comment.