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 42153ee commit a87e927Copy full SHA for a87e927
.github/workflows/deploy.yml
@@ -5,6 +5,9 @@ on:
5
branches: [ main ]
6
paths-ignore: [ 'dist/*.js' ]
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
deploy-action-code:
13
name: Deploy Action Code
.github/workflows/tag-update.yml
@@ -4,6 +4,9 @@ on:
4
release:
types: [ published ]
update-tags:
if: ${{ !github.event.release.prerelease }}
.github/workflows/tests.yml
@@ -9,6 +9,11 @@ on:
pull_request:
+ contents: read
14
+ pull-requests: read
15
+# packages: read
16
17
18
test-gh-registry:
19
name: Test GitHub Registry
0 commit comments