Skip to content

Commit

Permalink
chore: added PAT for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bekoenig authored May 11, 2024
1 parent 3ef9007 commit 99c8e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT }}
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -54,11 +54,11 @@ jobs:
- name: Push changes
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PAT }}
branch: ${{ github.ref }}
- name: Push tags
uses: ad-m/[email protected]
with:
branch: ${{ github.ref }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PAT }}
tags: true

0 comments on commit 99c8e88

Please sign in to comment.