Skip to content

Commit 1a0a1e1

Browse files
committed
fix(staging.yaml): Fix secrets inherit parameter
Due github changes, this is necessary parameter now Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 5ac88e6 commit 1a0a1e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/staging.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
call-docker-build:
3333
needs: prepare-staging-branches
3434
uses: ./.github/workflows/docker_images.yml
35+
secrets: inherit
3536
with:
3637
GIT_OWNER: 'kernelci'
3738
GIT_BRANCH: 'staging-snapshot'

0 commit comments

Comments
 (0)