Skip to content

Commit ef36ab6

Browse files
committed
fix(ci): tweak permissions of new workflows
1 parent 985da40 commit ef36ab6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/marketplace-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ env:
2525
jobs:
2626
marketplace:
2727
uses: ./.github/workflows/marketplace-build.yml
28+
permissions:
29+
contents: write
30+
pull-requests: write
2831
with:
2932
version: ${{ inputs.version }}
3033
release_tag: ${{ inputs.release_tag || format('marketplace-v{0}', inputs.version) }}

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282
8383
marketplace:
8484
uses: ./.github/workflows/marketplace-build.yml
85+
permissions:
86+
contents: write
87+
pull-requests: write
8588
with:
8689
version: ${{ github.ref_name }}
8790
release_tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)