Skip to content

Commit

Permalink
ci: Add permissions section to ISO build
Browse files Browse the repository at this point in the history
Fixes: 1b3ea7c
Signed-off-by: Tim Serong <[email protected]>
  • Loading branch information
tserong authored and bk201 committed Aug 9, 2024
1 parent 1b3ea7c commit 43b0a1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
# 77G disk, which is sufficient for ISO builds.
# The VM runners are named "x64", not "amd64" like other docker things.
runs-on: runs-on,runner=4cpu-linux-${{ matrix.arch == 'amd64' && 'x64' || matrix.arch }},hdd=50,run-id=${{ github.run_id }}
permissions:
contents: read
id-token: write # for reading credential https://github.com/rancher-eio/read-vault-secrets
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 43b0a1e

Please sign in to comment.