Skip to content

Commit 774e068

Browse files
committed
chore: add back in gh logins.
1 parent cd95329 commit 774e068

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/mycoder-issue-triage.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ jobs:
3232
git config --global user.name "Ben Houston (via MyCoder)"
3333
git config --global user.email "[email protected]"
3434
- run: pnpm install -g mycoder
35+
- run: |
36+
echo "${{ secrets.GH_PAT }}" | gh auth login --with-token
37+
gh auth status
3538
- run: |
3639
mycoder --upgradeCheck false --githubMode true --userPrompt false "You are an issue triage assistant. Please analyze GitHub issue ${{ github.event.issue.number }} according to the guidelines in .mycoder/ISSUE_TRIAGE.md"

.github/workflows/mycoder-pr-review.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
git config --global user.name "Ben Houston (via MyCoder)"
3636
git config --global user.email "[email protected]"
3737
- run: pnpm install -g mycoder
38+
- run: |
39+
echo "${{ secrets.GH_PAT }}" | gh auth login --with-token
40+
gh auth status
3841
- name: Get previous reviews
3942
id: get-reviews
4043
run: |

0 commit comments

Comments
 (0)