Skip to content

Commit

Permalink
Added permissions section.
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-braun committed Nov 7, 2024
1 parent 1933a79 commit 3a5e7cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
runs-on: ubuntu-latest
needs: build

permissions:
contents: write

strategy:
matrix:
goos: [ linux ]
goarch: [ amd64, arm64 ]

permissions:
contents: write

steps:
- name: Download artifact ${{ matrix.goos }}-${{ matrix.goarch }}
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 3a5e7cb

Please sign in to comment.