Skip to content

Commit 45a88dc

Browse files
author
Scott Powell
committed
* .yml files, permissions: write
1 parent 7832548 commit 45a88dc

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/build-companion-firmwares.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build Companion Firmwares
22

3+
permissions:
4+
contents: write
5+
36
on:
47
workflow_dispatch:
58
push:

.github/workflows/build-repeater-firmwares.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build Repeater Firmwares
22

3+
permissions:
4+
contents: write
5+
36
on:
47
workflow_dispatch:
58
push:

.github/workflows/build-room-server-firmwares.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build Room Server Firmwares
22

3+
permissions:
4+
contents: write
5+
36
on:
47
workflow_dispatch:
58
push:

0 commit comments

Comments
 (0)