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:
Alexander Bayandin
2024-02-28 15:36:17 +01:00
committed by GitHub
parent edd809747b
commit 60a232400b

View File

@@ -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