Skip to content

Commit

Permalink
fix: use PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Oct 24, 2021
1 parent bf498dc commit 7b5eae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
run: npm ci
- run: $(npm bin)/semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}

0 comments on commit 7b5eae2

Please sign in to comment.