mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 10:33:58 +00:00
gh token
This commit is contained in:
3
.github/workflows/build-app.yaml
vendored
3
.github/workflows/build-app.yaml
vendored
@@ -39,6 +39,8 @@ jobs:
|
|||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
yarn run build:app
|
yarn run build:app
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GH_TOKEN }} # token for electron publish
|
||||||
|
|
||||||
- name: Copy artifacts Linux, MacOs
|
- name: Copy artifacts Linux, MacOs
|
||||||
if: matrix.os != 'windows-2016'
|
if: matrix.os != 'windows-2016'
|
||||||
@@ -75,7 +77,6 @@ jobs:
|
|||||||
files: "artifacts/**"
|
files: "artifacts/**"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }} # token for electron publish
|
|
||||||
|
|
||||||
# - name: Create Release
|
# - name: Create Release
|
||||||
# id: create_release
|
# id: create_release
|
||||||
|
|||||||
Reference in New Issue
Block a user