fix: pass secrets to reusable workflow

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2022-06-20 12:11:40 +05:30
parent 51b00653b9
commit 270903e7a6
3 changed files with 10 additions and 3 deletions

View File

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