Explorar el Código

Add permissions for Docker job to write into packages

tags/v2.1.9^2
9seconds hace 2 meses
padre
commit
3066672353
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      .github/workflows/ci.yaml

+ 3
- 0
.github/workflows/ci.yaml Ver fichero

@@ -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…
Cancelar
Guardar