Skip to content

Commit

Permalink
Set workflow permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Dec 10, 2023
1 parent 529aae3 commit 89b6d61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on: # rebuild any PRs and main branch changes
push:
branches:
- main
- 'releases/*'

permissions:
contents: read

jobs:
build: # make sure build/ci work properly
Expand Down

0 comments on commit 89b6d61

Please sign in to comment.