Skip to content

Commit 77732fd

Browse files
authored
Merge pull request #297 from devcontainers/chrmarti/greasy-antlion
Fix permissions
2 parents 4dc5cb4 + 589406d commit 77732fd

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
@@ -19,6 +19,7 @@ on:
1919
permissions:
2020
contents: write
2121
packages: write
22+
pull-requests: write
2223

2324
jobs:
2425
build-test-publish:

.github/workflows/ci_common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ on:
5353
permissions:
5454
contents: write
5555
packages: write
56+
pull-requests: write
5657

5758
jobs:
5859
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
@@ -10,6 +10,7 @@ on:
1010
permissions:
1111
contents: write
1212
packages: write
13+
pull-requests: write
1314

1415
jobs:
1516
build-test-publish:

.github/workflows/pr-bot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
permissions:
1313
contents: write
1414
packages: write
15+
pull-requests: write
1516

1617
jobs:
1718
pr_comment:

.github/workflows/pr_auto.yml

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

1718
jobs:
1819
build-test:

0 commit comments

Comments
 (0)