Browse Source

Add forgotten secrets: inherit in release workflow

DarthSim 6 months ago
parent
commit
f9f7d57011
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/release.yml

+ 1 - 0
.github/workflows/release.yml

@@ -8,6 +8,7 @@ on:
 jobs:
   ci:
     uses: ./.github/workflows/ci.yml
+    secrets: inherit
 
   build:
     needs: [ci]