mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-30 03:20:36 +00:00
CI(pin-build-tools-image): pass secrets to the job (#6949)
## Problem `pin-build-tools-image` job doesn't have access to secrets and thus fails. Missed in the original PR[0] - [0] https://github.com/neondatabase/neon/pull/6795 ## Summary of changes - pass secrets to `pin-build-tools-image` job
This commit is contained in:
committed by
GitHub
parent
edd809747b
commit
60a232400b
1
.github/workflows/build_and_test.yml
vendored
1
.github/workflows/build_and_test.yml
vendored
@@ -1249,3 +1249,4 @@ jobs:
|
||||
uses: ./.github/workflows/pin-build-tools-image.yml
|
||||
with:
|
||||
from-tag: ${{ needs.build-build-tools-image.outputs.image-tag }}
|
||||
secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user