mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 19:16:37 +00:00
fix: pass secrets to reusable workflow
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
2
.github/workflows/release-nightly-dev.yml
vendored
2
.github/workflows/release-nightly-dev.yml
vendored
@@ -54,6 +54,8 @@ jobs:
|
||||
uses: ./.github/workflows/release-executables.yml
|
||||
with:
|
||||
tag: ${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.nightly_build_tag }}
|
||||
secrets:
|
||||
NC_GITHUB_TOKEN: "${{ secrets.NC_GITHUB_TOKEN }}"
|
||||
|
||||
# Build docker image and push to docker hub
|
||||
release-docker:
|
||||
|
||||
Reference in New Issue
Block a user