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.
2 parents a0b42b1 + 471dcd6 commit a0fec3cCopy full SHA for a0fec3c
.github/workflows/build.yml
@@ -10,7 +10,6 @@ permissions:
10
contents: read
11
actions: read
12
checks: write
13
- packages: write
14
15
jobs:
16
build:
.github/workflows/release.yml
@@ -5,6 +5,12 @@ on:
5
tags:
6
- 'v*'
7
8
+permissions:
9
+ contents: read
+ actions: read
+ checks: write
+ packages: write
+
release-build:
uses: ./.github/workflows/build.yml
0 commit comments