Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Aug 21, 2024
1 parent 4dc5cb4 commit c175e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ on:
permissions:
contents: write
packages: write
pull-requests: write

jobs:
build: # run build using the github action!
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
permissions:
contents: write
packages: write
pull-requests: write

jobs:
pr_comment:
Expand Down

0 comments on commit c175e3b

Please sign in to comment.