Explorar el Código

Update release-candidate.yml

Antony Messerli hace 2 años
padre
commit
8c0f65c9dc
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .github/workflows/release-candidate.yml

+ 3 - 0
.github/workflows/release-candidate.yml

@@ -14,6 +14,9 @@ jobs:
   rc-build:
     name: Build Release Candidate
     runs-on: ubuntu-latest
+    permissions:
+      id-token: write
+      contents: read
     steps:
     - uses: actions/checkout@v3