mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-26 21:25:28 +00:00
chore: use a different secret name
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
7
.github/workflows/release-secret-cli.yml
vendored
7
.github/workflows/release-secret-cli.yml
vendored
@@ -8,7 +8,8 @@ on:
|
||||
description: "Tag name"
|
||||
required: true
|
||||
secrets:
|
||||
NC_GITHUB_TOKEN:
|
||||
# Replace with `NC_GITHUB_TOKEN` once replaced with a token which have access to `nocodb/nc-secret-mgr`
|
||||
NC_GITHUB_TOKEN_TEMP:
|
||||
required: true
|
||||
jobs:
|
||||
build-and-publish:
|
||||
@@ -100,7 +101,7 @@ jobs:
|
||||
- name: Upload executables(except mac executables) to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.NC_GITHUB_TOKEN }}
|
||||
repo_token: ${{ secrets.NC_GITHUB_TOKEN_TEMP }}
|
||||
file: dist-pkg/**
|
||||
tag: ${{ github.event.inputs.tag || inputs.tag }}
|
||||
overwrite: true
|
||||
@@ -146,7 +147,7 @@ jobs:
|
||||
- name: Upload executables(except mac executables) to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.NC_GITHUB_TOKEN }}
|
||||
repo_token: ${{ secrets.NC_GITHUB_TOKEN_TEMP }}
|
||||
file: mac-dist/**
|
||||
tag: ${{ github.event.inputs.tag || inputs.tag }}
|
||||
overwrite: true
|
||||
|
||||
Reference in New Issue
Block a user