1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-17 11:55:32 +02:00

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:
ci:
uses: ./.github/workflows/ci.yml
secrets: inherit
build:
needs: [ci]