We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a547e53 commit 5695158Copy full SHA for 5695158
1 file changed
.github/workflows/publish.yml
@@ -22,6 +22,8 @@ jobs:
22
steps:
23
- name: Checkout the repository
24
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
25
+ with:
26
+ token: ${{ secrets.RELEASE_PAT }}
27
28
- name: Setup git user
29
run: |
@@ -69,7 +71,7 @@ jobs:
69
71
- name: Push the commit to main
70
72
uses: ad-m/github-push-action@master
73
with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
74
+ github_token: ${{ secrets.RELEASE_PAT }}
75
branch: main
76
77
- name: Publish the package on NPM
0 commit comments