Skip to content

Commit e2405ac

Browse files
committed
ci: allow actions write to fix sccache issues maybe?
1 parent 977d8f2 commit e2405ac

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build.linux.workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build Linux
22

33
permissions:
4+
actions: write
45
contents: write
56
packages: write
67

.github/workflows/build.mac.workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build macOS
22

33
permissions:
4+
actions: write
45
contents: write
56
packages: write
67

.github/workflows/build.windows.workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build Windows
22

33
permissions:
4+
actions: write
45
contents: write
56
packages: write
67

0 commit comments

Comments
 (0)