Skip to content

Commit 5a54f35

Browse files
committed
ci: add explicit write permissions for contents, issues, and pull requests to publish workflow.
1 parent 53b0cef commit 5a54f35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
1414

15+
permissions:
16+
contents: write
17+
issues: write
18+
pull-requests: write
19+
1520
jobs:
1621
test:
1722
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)