Skip to content

Commit

Permalink
pass token for gh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahSiegel committed Feb 19, 2024
1 parent d7172b2 commit 5e45d63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: Create Pull Request
id: create_pr
uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
title: 'Automated Pull Request'
sourceBranch: ${{ github.ref_name }}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Create Pull Request
id: create_pr
uses: josiahsiegel/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
title: 'Automated Pull Request'
sourceBranch: ${{ github.ref_name }}
Expand Down

0 comments on commit 5e45d63

Please sign in to comment.