Skip to content

Commit

Permalink
ci: fix permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Feb 18, 2024
1 parent a68878d commit db6c949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -22,6 +22,8 @@ permissions: {} # none
jobs:
# This workflow contains a single job called "build"
build:
permissions:
contents: write # for softprops/action-gh-release to create GitHub release
# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand Down

0 comments on commit db6c949

Please sign in to comment.