Skip to content

Commit 29ef3c5

Browse files
committed
Add write permission
1 parent 01e2aec commit 29ef3c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-linux.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
os: ubuntu-24.04-arm
2323
runs-on: ${{ matrix.os }}
2424
timeout-minutes: 15
25+
permissions:
26+
contents: write
2527
steps:
2628
- name: Checkout
2729
uses: actions/checkout@v4

0 commit comments

Comments
 (0)