Skip to content

Commit

Permalink
ci: use personal access token for push
Browse files Browse the repository at this point in the history
  • Loading branch information
liby committed Nov 7, 2023
1 parent 0b99f08 commit 9a373fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PAT }}

- name: Get version
id: get_version
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PAT }}

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 9a373fd

Please sign in to comment.