Add forgotten secrets: inherit in release workflow

This commit is contained in:
DarthSim
2024-10-26 00:02:09 +03:00
parent 7320a9ad51
commit f9f7d57011

View File

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