Skip to content

Commit

Permalink
ci(workflow): update publish workflow token
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Apr 26, 2024
1 parent 47137b0 commit df88a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PUSH_TOKEN }}
branch: main

- name: Create .npmrc file
Expand Down

0 comments on commit df88a58

Please sign in to comment.