Skip to content

Commit 63e8345

Browse files
committed
Fix permissions
1 parent 77732fd commit 63e8345

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/ci_branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ permissions:
2020
contents: write
2121
packages: write
2222
pull-requests: write
23+
checks: write
2324

2425
jobs:
2526
build-test-publish:

.github/workflows/ci_common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ permissions:
5454
contents: write
5555
packages: write
5656
pull-requests: write
57+
checks: write
5758

5859
jobs:
5960
build: # run build using the github action!

.github/workflows/ci_main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
contents: write
1212
packages: write
1313
pull-requests: write
14+
checks: write
1415

1516
jobs:
1617
build-test-publish:

.github/workflows/pr-bot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
contents: write
1414
packages: write
1515
pull-requests: write
16+
checks: write
1617

1718
jobs:
1819
pr_comment:

.github/workflows/pr_auto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414
contents: write
1515
packages: write
1616
pull-requests: write
17+
checks: write
1718

1819
jobs:
1920
build-test:

0 commit comments

Comments
 (0)