Skip to content

Commit

Permalink
fix: add PAT for repo pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
sckv committed Feb 17, 2022
1 parent 1e25c08 commit c16ef69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -11,7 +11,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0
token: ${{ secrets.GH_PAT }}
- name: Setup Node.js
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit c16ef69

Please sign in to comment.