Browse Source

Add permissions for Docker job to write into packages

tags/v2.1.9^2
9seconds 2 months ago
parent
commit
3066672353
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      .github/workflows/ci.yaml

+ 3
- 0
.github/workflows/ci.yaml View File

93
     name: Docker
93
     name: Docker
94
     runs-on: ubuntu-latest
94
     runs-on: ubuntu-latest
95
     timeout-minutes: 20
95
     timeout-minutes: 20
96
+    permissions:
97
+      contents: read
98
+      packages: write
96
     steps:
99
     steps:
97
       - name: Checkout
100
       - name: Checkout
98
         uses: actions/checkout@v6
101
         uses: actions/checkout@v6

Loading…
Cancel
Save