We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd9d2a commit 33caa9bCopy full SHA for 33caa9b
1 file changed
.github/workflows/publish.yml
@@ -1,6 +1,10 @@
1
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
2
3
name: publish
4
+permissions:
5
+ contents: read
6
+ pull-requests: write
7
+
8
on:
9
workflow_dispatch: # Allow running the workflow manually from the GitHub UI
10
push:
0 commit comments