We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df835c commit 230de7dCopy full SHA for 230de7d
1 file changed
.github/workflows/build.yml
@@ -17,6 +17,10 @@ concurrency:
17
group: 'build-firmware-${{ github.ref }}'
18
cancel-in-progress: true
19
20
+# Allow uploading artifacts to releases
21
+permissions:
22
+ contents: write
23
+
24
jobs:
25
build:
26
name: ${{ matrix.device }}
0 commit comments