[CD] remove github token
This commit is contained in:
parent
602f8e5c75
commit
2a25eec809
2 changed files with 0 additions and 4 deletions
2
.github/workflows/release-linux.yml
vendored
2
.github/workflows/release-linux.yml
vendored
|
|
@ -55,7 +55,6 @@ jobs:
|
|||
with:
|
||||
repository: yaoapp/gou
|
||||
path: gou
|
||||
token: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Checkout V8Go
|
||||
uses: actions/checkout@v2
|
||||
|
|
@ -69,7 +68,6 @@ jobs:
|
|||
with:
|
||||
repository: yaoapp/xgen
|
||||
path: ui
|
||||
token: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Move Kun, Xun, Gou, UI, V8Go
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/release-macos.yml
vendored
2
.github/workflows/release-macos.yml
vendored
|
|
@ -47,7 +47,6 @@ jobs:
|
|||
with:
|
||||
repository: yaoapp/gou
|
||||
path: gou
|
||||
token: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Checkout V8Go
|
||||
uses: actions/checkout@v2
|
||||
|
|
@ -61,7 +60,6 @@ jobs:
|
|||
with:
|
||||
repository: yaoapp/xgen
|
||||
path: ui
|
||||
token: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Move Kun, Xun, Gou, UI, V8Go
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue