Skip to content

Commit

Permalink
Add private access token to publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Aug 4, 2024
1 parent d5369d3 commit 2e64d0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
node-version: 18
- run: git config --global user.name "${GITHUB_ACTOR}"
- run: git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
- run: git config --global url.https://${{ secrets.PAT }}@github.com/.insteadOf https://github.com/
- run: npm ci
- run: npm run publish

0 comments on commit 2e64d0f

Please sign in to comment.