瀏覽代碼

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]