Skip to content

Commit 9cec522

Browse files
committed
Adjust permission blocks for workflow jobs
1 parent be33f07 commit 9cec522

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-armbian-arm64-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ env:
3737
jobs:
3838
setup:
3939
runs-on: ubuntu-24.04
40-
permissions:
41-
contents: write
4240
outputs:
4341
matrix: ${{ steps.set-matrix.outputs.matrix }}
4442
steps:
@@ -56,6 +54,8 @@ jobs:
5654
needs: setup
5755
runs-on: ubuntu-24.04-arm
5856
if: ${{ github.event.repository.owner.id == github.event.sender.id }}
57+
permissions:
58+
contents: write
5959

6060
strategy:
6161
fail-fast: false

0 commit comments

Comments
 (0)