Skip to content

Commit 33caa9b

Browse files
Add permissions to action yaml
Closes #6
1 parent bbd9d2a commit 33caa9b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
22

33
name: publish
4+
permissions:
5+
contents: read
6+
pull-requests: write
7+
48
on:
59
workflow_dispatch: # Allow running the workflow manually from the GitHub UI
610
push:

0 commit comments

Comments
 (0)