Explorar o código

add persmissions

Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
01aab3f2ab
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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: