Skip to content

Commit 7605db4

Browse files
chore: grant write permissions for contents to launcher build workflows
1 parent 4b3addc commit 7605db4

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/launcher-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ on:
2626
types: [created]
2727
workflow_dispatch:
2828

29+
permissions:
30+
contents: write
31+
2932
jobs:
3033
build:
3134
name: Build launcher binary

.github/workflows/launcher-macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ on:
3434
types: [created]
3535
workflow_dispatch:
3636

37+
permissions:
38+
contents: write
39+
3740
jobs:
3841
build:
3942
name: Build launcher .app bundle

.github/workflows/launcher-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ on:
2222
types: [created]
2323
workflow_dispatch:
2424

25+
permissions:
26+
contents: write
27+
2528
jobs:
2629
build:
2730
name: Build launcher.exe

0 commit comments

Comments
 (0)