ソースを参照

Add forgotten secrets: inherit in release workflow

DarthSim 10 ヶ月 前
コミット
f9f7d57011
1 ファイル変更1 行追加0 行削除
  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]