1
0
Эх сурвалжийг харах

Add forgotten secrets: inherit in release workflow

DarthSim 10 сар өмнө
parent
commit
f9f7d57011

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

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