We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
permissions
1 parent 7904bc2 commit 8780f15Copy full SHA for 8780f15
2 files changed
.github/workflows/build-all.yml
@@ -1,5 +1,9 @@
1
name: Build all
2
3
+permissions:
4
+ contents: read
5
+ actions: write
6
+
7
on:
8
workflow_dispatch:
9
inputs:
.github/workflows/build.yml
@@ -46,6 +46,10 @@ on:
46
description: "The name of the artifact"
47
value: ${{ jobs.build.outputs.artifact }}
48
49
50
51
52
53
jobs:
54
build:
55
outputs:
0 commit comments