Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio-desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshraf Teleb <ashraf.teleb85@gmail.com>2020-11-18 17:01:47 +0300
committerAshraf Teleb <ashraf.teleb85@gmail.com>2020-11-18 17:01:47 +0300
commit9373f3889ea47fd4555ae069efd0c5d820f814af (patch)
tree988416be1c2d646534dcce8a4bddad778b024d8c /.github
parentae861d4f289e345390f971d38b96d01eb1c02e7d (diff)
Using github actions token to release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/electron-builder-win.yml2
-rw-r--r--.github/workflows/electron-builder.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/electron-builder-win.yml b/.github/workflows/electron-builder-win.yml
index 75ad09a..ae1be8a 100644
--- a/.github/workflows/electron-builder-win.yml
+++ b/.github/workflows/electron-builder-win.yml
@@ -9,7 +9,7 @@ jobs:
build:
runs-on: windows-latest
env:
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout reposistory
uses: actions/checkout@v2
diff --git a/.github/workflows/electron-builder.yml b/.github/workflows/electron-builder.yml
index c11b1ff..c54f1a0 100644
--- a/.github/workflows/electron-builder.yml
+++ b/.github/workflows/electron-builder.yml
@@ -19,7 +19,7 @@ jobs:
APPLEIDPASS: ${{ secrets.APPLEIDPASS }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
CSC_LINK: ${{ secrets.CSC_LINK }}
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SNAP_TOKEN: ${{ secrets.SNAP_TOKEN }}
OS_NAME: ${{ matrix.os }}
steps: