Skip to content

Commit

Permalink
ci(release): push with PAT_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Apr 26, 2024
1 parent 9e86415 commit f9be34d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
token: ${{ secrets.PAT_TOKEN }}
- name: Import GPG key and setup git
uses: crazy-max/ghaction-import-gpg@v6
with:
Expand All @@ -94,4 +95,9 @@ jobs:
- name: Commit and tag version
run: |
pnpm release
git push --follow-tags origin main
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.PAT_TOKEN }}
branch: ${{ github.ref }}
tags: true

0 comments on commit f9be34d

Please sign in to comment.