Skip to content

Commit

Permalink
Merge pull request #17 from DrR0X-glitch/beta
Browse files Browse the repository at this point in the history
Add PAT instead of github token so PRs are allowed
  • Loading branch information
DrR0X-glitch authored Jan 11, 2024
2 parents f1c0be3 + 1e780e1 commit 31509a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Create Pull Request from beta to main
run: gh pr create --base main --head beta --title "Merge beta into main" --body "Auto-Merge beta into main"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PAT_TOKEN }}

0 comments on commit 31509a1

Please sign in to comment.