Skip to content

Commit

Permalink
update build-test packages: read
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Nov 20, 2023
1 parent 5cdf1b6 commit 518f0ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
packages: read
needs: [get-pom-properties]
steps:
- name: Install qemu
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
arch: [amd64, arm64]
permissions:
pull-requests: write
packages: read
uses: ./.github/workflows/ci-build-image.yml
with:
build-arch: ${{ matrix.arch }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
arch: [amd64, arm64]
permissions:
pull-requests: write
packages: read
with:
build-arch: ${{ matrix.arch }}

Expand Down

0 comments on commit 518f0ab

Please sign in to comment.