mirror of
https://github.com/nocodb/nocodb.git
synced 2026-06-02 19:11:57 +00:00
fix: add missing secrets
This commit is contained in:
3
.github/workflows/release-draft.yml
vendored
3
.github/workflows/release-draft.yml
vendored
@@ -21,6 +21,9 @@ on:
|
||||
description: "Previous Tag"
|
||||
required: true
|
||||
type: string
|
||||
secrets:
|
||||
NC_GITHUB_TOKEN:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
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