Skip to content

Commit

Permalink
Update github-ci.yml
Browse files Browse the repository at this point in the history
added missing permissions level for write.
  • Loading branch information
michaelbeale-IL authored Jul 18, 2024
1 parent ef4229a commit c5fea5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
nix-build:
name: '${{ matrix.os }} ${{ matrix.build_type }} shared=${{ matrix.shared_lib }}'
runs-on: '${{ matrix.os }}'
permissions: write # required for actions/upload-artifacts@v2
permissions:
contents: write # required for actions/upload-artifacts@v2
defaults:
run:
shell: bash
Expand Down

0 comments on commit c5fea5c

Please sign in to comment.