Skip to content

Commit

Permalink
CI: add package write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Feb 2, 2024
1 parent 8c3cd1f commit 6212f43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-environments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
arch: i686
os: win
name: ${{ matrix.platform }}
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/linux-system-roots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- arch: arm64v8
buildx-arch: linux/arm/v8
name: linux-${{ matrix.arch }}
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6212f43

Please sign in to comment.