Skip to content

Commit e3d6cd3

Browse files
committed
fix: release workflow permissions
1 parent 56b5bf6 commit e3d6cd3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ concurrency:
1818
group: "build-firmware-${{ github.ref }}"
1919
cancel-in-progress: true
2020

21+
permissions:
22+
contents: write
23+
2124
jobs:
2225
build:
2326
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)