mirror of
https://github.com/Kong/insomnia.git
synced 2026-05-18 21:55:38 -04:00
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:
2
.github/workflows/release-core.yml
vendored
2
.github/workflows/release-core.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release-designer.yml
vendored
2
.github/workflows/release-designer.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user