mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
gh token
This commit is contained in:
parent
132e1603de
commit
de06d42781
3
.github/workflows/build-app.yaml
vendored
3
.github/workflows/build-app.yaml
vendored
@ -39,6 +39,8 @@ jobs:
|
||||
- name: Publish
|
||||
run: |
|
||||
yarn run build:app
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }} # token for electron publish
|
||||
|
||||
- name: Copy artifacts Linux, MacOs
|
||||
if: matrix.os != 'windows-2016'
|
||||
@ -75,7 +77,6 @@ jobs:
|
||||
files: "artifacts/**"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }} # token for electron publish
|
||||
|
||||
# - name: Create Release
|
||||
# id: create_release
|
||||
|
Loading…
Reference in New Issue
Block a user