Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EwuUwe committed Mar 4, 2024
1 parent 2a3a733 commit d67c3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Push Changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}
branch: main


Expand Down

0 comments on commit d67c3fb

Please sign in to comment.