Switch from GH_TOKEN to default GITHUB_TOKEN (#2472)

* Try GITHUB_TOKEN secret instead of GH_TOKEN

* Bump version

* Revert version

* Revert version
This commit is contained in:
Gregory Schier
2020-07-31 13:32:16 -07:00
committed by GitHub
parent f551ef5232
commit 680d28bf83
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ on:
- core@*
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REF: ${{ github.ref }}
GITHUB_SHA: ${{ github.sha }}
NPM_CONFIG_TARGET: 9.1.0

View File

@@ -6,7 +6,7 @@ on:
- designer@*
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REF: ${{ github.ref }}
GITHUB_SHA: ${{ github.sha }}
NPM_CONFIG_TARGET: 9.1.0