Skip to content

Commit

Permalink
chore: add GH_TOKEN for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
manuartero committed Nov 1, 2023
1 parent f82fcb5 commit 97c55d5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.17.1

- run: npm ci --ignore-scripts
- run: npm run release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
i

0 comments on commit 97c55d5

Please sign in to comment.