We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7126295 commit 2695d3bCopy full SHA for 2695d3b
.github/workflows/ci.yml
@@ -1,4 +1,7 @@
1
name: Run linter and tests
2
+permissions:
3
+ contents: read
4
+ pull-requests: write
5
on:
6
push:
7
branches:
.github/workflows/publish.yml
@@ -1,5 +1,7 @@
name: Publish
-
release:
types: [created]
0 commit comments