Skip to content

Commit 15a2140

Browse files
committed
Provide GitHub token to jules-merge action
Added `GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}` to the environment variables for the jules-merge scan step to resolve the "GitHub auth not configured" failure.
1 parent 7fa340d commit 15a2140

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/jules-merge-conflicts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Scan for overlapping changes
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2224
run: |
2325
npx -y --package=@google/jules-sdk --package=@modelcontextprotocol/sdk --package=@google/jules-merge jules-merge scan --json '{"prs":[${{ github.event.pull_request.number }}],"repo":"${{ github.repository }}","base":"${{ github.event.pull_request.base.ref }}"}'

0 commit comments

Comments
 (0)