Sfoglia il codice sorgente

Update release-candidate.yml

Antony Messerli 2 anni fa
parent
commit
8c0f65c9dc
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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