Skip to content

Commit

Permalink
fix: update pat permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
lyledouglass committed Jul 24, 2024
1 parent f8bef58 commit 585fa25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Addon
uses: actions/Checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.WOW_PAT }}

- name: Package and Release
uses: BigWigsMods/packager@master
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.WOW_PAT }}

- name: Get next version
id: version
uses: ietf-tools/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.WOW_PAT }}
branch: ${{ github.ref }}
noVersionBumpBehavior: 'current'

Expand Down

0 comments on commit 585fa25

Please sign in to comment.