Skip to content

Commit

Permalink
Add extra read permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed Jun 28, 2024
1 parent f6c7c08 commit 241263d
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 6 deletions.
24 changes: 22 additions & 2 deletions .github/workflows/image-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,18 @@ jobs:
permissions:
id-token: write # OIDC support
contents: write
actions: read
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
needs: build-nvidia-base
secrets: inherit
with:
Expand All @@ -190,8 +200,18 @@ jobs:
permissions:
id-token: write # OIDC support
contents: write
actions: read
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
secrets: inherit
with:
flavor: ${{ matrix.flavor }}
Expand Down
23 changes: 22 additions & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,18 @@ jobs:
permissions:
id-token: write # OIDC support
contents: write
actions: read
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
secrets: inherit
with:
flavor: ${{ matrix.flavor }}
Expand Down Expand Up @@ -276,7 +286,18 @@ jobs:
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
secrets: inherit
with:
flavor: ${{ matrix.flavor }}
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/release-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,18 @@ jobs:
permissions:
id-token: write # OIDC support
contents: write
actions: read
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
needs: build-nvidia-base
secrets: inherit
with:
Expand Down
24 changes: 22 additions & 2 deletions .github/workflows/uki_branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,18 @@ jobs:
permissions:
id-token: write # OIDC support
contents: write
actions: read
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
with:
base_image: ubuntu:24.04
family: ubuntu
Expand All @@ -37,8 +47,18 @@ jobs:
permissions:
id-token: write # OIDC support
contents: write
actions: read
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
with:
base_image: fedora:40
family: rhel
Expand Down

0 comments on commit 241263d

Please sign in to comment.