Skip to content

Commit

Permalink
fix: GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 committed Mar 5, 2024
1 parent a317606 commit 09759af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create Pull Request
- env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Create Pull Request
# Creates a PR from current branch to master
run: |
gh pr create --base master --head ${GITHUB_REF##*/} --body "If you see this, something is broken"
Expand Down

0 comments on commit 09759af

Please sign in to comment.