We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be33f07 commit 9cec522Copy full SHA for 9cec522
1 file changed
.github/workflows/build-armbian-arm64-docker-image.yml
@@ -37,8 +37,6 @@ env:
37
jobs:
38
setup:
39
runs-on: ubuntu-24.04
40
- permissions:
41
- contents: write
42
outputs:
43
matrix: ${{ steps.set-matrix.outputs.matrix }}
44
steps:
@@ -56,6 +54,8 @@ jobs:
56
54
needs: setup
57
55
runs-on: ubuntu-24.04-arm
58
if: ${{ github.event.repository.owner.id == github.event.sender.id }}
+ permissions:
+ contents: write
59
60
strategy:
61
fail-fast: false
0 commit comments