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 77732fd commit 63e8345
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ permissions:
contents: write
packages: write
pull-requests: write
checks: write

jobs:
build-test-publish:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ permissions:
contents: write
packages: write
pull-requests: write
checks: write

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

jobs:
build-test-publish:
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 @@ -13,6 +13,7 @@ permissions:
contents: write
packages: write
pull-requests: write
checks: write

jobs:
pr_comment:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:
contents: write
packages: write
pull-requests: write
checks: write

jobs:
build-test:
Expand Down

0 comments on commit 63e8345

Please sign in to comment.