Merge pull request #145 from Flow-Works/fix/semantic-release
[🐛] `GH_TOKEN` property added to `env`
This commit is contained in:
commit
53799e67b1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -31,5 +31,6 @@ jobs:
|
||||||
run: npm audit signatures
|
run: npm audit signatures
|
||||||
- name: Release
|
- name: Release
|
||||||
env:
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.PAT }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: npx semantic-release
|
run: npx semantic-release
|
||||||
Loading…
Add table
Reference in a new issue