Skip to content

Commit d71b88e

Browse files
jeffpauldkotter
andauthored
Merge pull request #150 from WordPress/fix/playground-permissions
Change `contents` permissions from read to write on our `PR Playground Preview` workflow Co-authored-by: dkotter <[email protected]>
2 parents 0e9c94b + e544078 commit d71b88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-playground-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
artifact-url: ${{ steps.expose.outputs.artifact-url }}
2828
artifact-name: ${{ steps.expose.outputs.artifact-name }}
2929
permissions:
30-
contents: read
30+
contents: write
3131
pull-requests: write
3232

3333
steps:

0 commit comments

Comments
 (0)