Skip to content

Commit

Permalink
Add permissions to download the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeire committed Aug 29, 2024
1 parent 572a0f3 commit ddeba6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ concurrency:
jobs:
docker:
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
pull-requests: write
steps:
- name: Detect version
run: |-
Expand Down

0 comments on commit ddeba6e

Please sign in to comment.