Răsfoiți Sursa

add persmissions

Yuki Takei 3 ani în urmă
părinte
comite
01aab3f2ab
1 a modificat fișierele cu 5 adăugiri și 0 ștergeri
  1. 5 0
      .github/workflows/release-rc.yml

+ 5 - 0
.github/workflows/release-rc.yml

@@ -11,6 +11,11 @@ jobs:
 
     runs-on: ubuntu-latest
 
+    # These permissions are needed to interact with GitHub's OIDC Token endpoint.
+    permissions:
+      id-token: write
+      contents: write
+
     steps:
     - uses: actions/checkout@v3
       with: