Skip to content

Commit 1d566c9

Browse files
Copilotpmcelhaney
andauthored
fix: use CUSTOM_GITHUB_TOKEN for checkout and rebase before push in create-issues workflow
Agent-Logs-Url: https://github.com/pmcelhaney/counterfact/sessions/1107a431-bdb2-40bb-b345-72ef9c287f3c Co-authored-by: pmcelhaney <51504+pmcelhaney@users.noreply.github.com>
1 parent 0142004 commit 1d566c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-issues.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Check out repository
1919
uses: actions/checkout@v6
20+
with:
21+
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
2022

2123
- name: Install Python dependencies
2224
run: pip install pyyaml
@@ -37,5 +39,6 @@ jobs:
3739
echo "No proposal files were deleted — nothing to commit."
3840
else
3941
git commit -m "chore: remove processed issue proposals"
42+
git pull --rebase
4043
git push
4144
fi

0 commit comments

Comments
 (0)