Skip to content

Commit 509ce15

Browse files
committed
ci: change to access private repo
1 parent 19b7034 commit 509ce15

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/pr-review.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,21 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20+
- name: Checkout pull-request-bot action
21+
uses: actions/checkout@v4
22+
with:
23+
repository: nventive/pull-request-bot
24+
ref: v2
25+
token: ${{ secrets.GH_PAT }}
26+
path: .github/actions/pull-request-bot
27+
2028
- name: Set up Python
2129
uses: actions/setup-python@v5
2230
with:
2331
python-version: "3.11"
2432

2533
- name: Run Pull Request Bot
26-
uses: nventive/pull-request-bot@v2
34+
uses: ./.github/actions/pull-request-bot
2735
with:
2836
api-key: ${{ secrets.ANTHROPIC_API_KEY }}
2937
config-path: "./pull-request-bot.json"

0 commit comments

Comments
 (0)