mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 05:47:05 +00:00
fix: add missing secrets
This commit is contained in:
2
.github/workflows/release-nocodb.yml
vendored
2
.github/workflows/release-nocodb.yml
vendored
@@ -78,6 +78,8 @@ jobs:
|
||||
with:
|
||||
tag: ${{ needs.process-input.outputs.target_tag }}
|
||||
prev_tag: ${{ needs.process-input.outputs.prev_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