Skip to content

Commit

Permalink
ci: expose the github token to semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Nov 16, 2023
1 parent 9e6447c commit b2c669c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/real-workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
- name: Install dependencies
run: npm install
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ github.token }}
run: npx semantic-release
success:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit b2c669c

Please sign in to comment.