Skip to content

Commit

Permalink
feat: publish with token that has write access
Browse files Browse the repository at this point in the history
  • Loading branch information
scott45 committed Dec 2, 2024
1 parent b8a6c60 commit fde4063
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
cat .npmrc
- name: Configure Git
run: |
git config user.email ${{ secrets.GH_EMAIL }}
git config user.name ${{ secrets.GH_USERNAME }}
- name: Version bumping
env:
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit fde4063

Please sign in to comment.