Explorar el Código

Update rolling.yml

Antony Messerli hace 2 años
padre
commit
94c267f1cf
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .github/workflows/rolling.yml

+ 3 - 0
.github/workflows/rolling.yml

@@ -16,6 +16,9 @@ jobs:
   rolling:
     name: Build Release
     runs-on: ubuntu-latest
+    permissions:
+      id-token: write
+      contents: read
     steps:
     - uses: actions/checkout@v3
       with: