Skip to content

Commit

Permalink
setup: fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Dec 11, 2023
1 parent 966f20c commit 09dea31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
bump:
needs: test
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
steps:
- name: Check out the repository
Expand Down Expand Up @@ -71,7 +72,7 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PAT_RELEASE_PACKAGES }}
branch: ${{ github.ref }}
tags: true

Expand Down

0 comments on commit 09dea31

Please sign in to comment.