Skip to content

Commit

Permalink
fix(gha): pass GH token to auto branch creation
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Jan 16, 2025
1 parent 2d03d6c commit 3254c8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
pull-request:
runs-on: ubuntu-latest
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4
- name: create-pull-request
Expand Down

0 comments on commit 3254c8c

Please sign in to comment.