Kaynağa Gözat

Add permissions for Docker job to write into packages

tags/v2.1.9^2
9seconds 2 ay önce
ebeveyn
işleme
3066672353
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3
    0
      .github/workflows/ci.yaml

+ 3
- 0
.github/workflows/ci.yaml Dosyayı Görüntüle

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

Loading…
İptal
Kaydet