mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:25:57 +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
|
continue-on-error: true
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
ssh: true
|
github_token: ${{ steps.app-token.outputs.token }}
|
||||||
branch: main
|
branch: main
|
||||||
directory: packages/pro-plugins
|
directory: packages/pro-plugins
|
||||||
repository: nocobase/pro-plugins
|
repository: nocobase/pro-plugins
|
||||||
@ -133,7 +133,7 @@ jobs:
|
|||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
branch: main
|
branch: main
|
||||||
ssh: true
|
github_token: ${{ steps.app-token.outputs.token }}
|
||||||
repository: nocobase/nocobase
|
repository: nocobase/nocobase
|
||||||
tags: true
|
tags: true
|
||||||
atomic: true
|
atomic: true
|
||||||
|
Loading…
Reference in New Issue
Block a user