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 8d482df commit 05947ddCopy full SHA for 05947dd
.github/workflows/build.yml
@@ -8,7 +8,15 @@ on:
8
release:
9
types: [released]
10
11
+permissions:
12
+ actions: "write"
13
+ contents: "write"
14
+ id-token: "write"
15
+
16
jobs:
17
call-build:
18
uses: "vectrix-space/.github/.github/workflows/shared-ci.yaml@main"
19
+ with:
20
+ publish_releases: true
21
+ runtime_version: 21
22
secrets: "inherit"
0 commit comments