Merge pull request #145 from Flow-Works/fix/semantic-release

[🐛] `GH_TOKEN` property added to `env`
This commit is contained in:
ThinLiquid 2024-01-17 19:02:28 +00:00 committed by GitHub
commit 53799e67b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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