mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 01:36:52 +00:00
fix(release): token
This commit is contained in:
parent
c069fbebd4
commit
90967c77de
4
.github/workflows/manual-release.yml
vendored
4
.github/workflows/manual-release.yml
vendored
@ -123,7 +123,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
ssh: true
|
||||
github_token: ${{ steps.app-token.outputs.token }}
|
||||
branch: main
|
||||
directory: packages/pro-plugins
|
||||
repository: nocobase/pro-plugins
|
||||
@ -133,7 +133,7 @@ jobs:
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
branch: main
|
||||
ssh: true
|
||||
github_token: ${{ steps.app-token.outputs.token }}
|
||||
repository: nocobase/nocobase
|
||||
tags: true
|
||||
atomic: true
|
||||
|
Loading…
Reference in New Issue
Block a user