Skip to content

Commit

Permalink
Use more specific rules for release action #292
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonStnn committed Aug 13, 2024
1 parent 743ead5 commit eb35101
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions: write-all
permissions:
contents: write
actions: write

steps:
- name: Checkout code
Expand Down

0 comments on commit eb35101

Please sign in to comment.