Skip to content

Commit 8d228a7

Browse files
committed
added new permision to publish
1 parent 70b5b31 commit 8d228a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
publish:
1717
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1818
runs-on: ubuntu-latest
19+
permissions:
20+
contents: write
21+
pull-requests: write
1922
steps:
2023
- uses: actions/checkout@v3
2124

0 commit comments

Comments
 (0)