Skip to content

Commit

Permalink
ci: add the GITHUB_TOKEN to the pipeline (#8)
Browse files Browse the repository at this point in the history
expose the GH_TOKEN to the pipeline for creating releases
  • Loading branch information
SplinterHead authored Sep 27, 2024
1 parent e54fac9 commit ccd7e3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:
node-version: 22
- run: npm i semantic-release-python
- run: npx semantic-release --yes
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit ccd7e3a

Please sign in to comment.