Skip to content

Commit 230de7d

Browse files
authored
Fix permissions for uploading artifacts to releases
1 parent 1df835c commit 230de7d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ concurrency:
1717
group: 'build-firmware-${{ github.ref }}'
1818
cancel-in-progress: true
1919

20+
# Allow uploading artifacts to releases
21+
permissions:
22+
contents: write
23+
2024
jobs:
2125
build:
2226
name: ${{ matrix.device }}

0 commit comments

Comments
 (0)