Skip to content

Commit 318a542

Browse files
GiggleLiuclaude
andcommitted
Use GitHub-hosted runner for PR automation
Self-hosted runner requires per-repo registration. GitHub-hosted runner works out of the box with ANTHROPIC_API_KEY secret. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e90d282 commit 318a542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
1616
# Use self-hosted runner to run Claude on your local machine
1717
# Change to 'ubuntu-latest' to run on GitHub-hosted runners instead
18-
runs-on: self-hosted
18+
runs-on: ubuntu-latest
1919

2020
permissions:
2121
contents: write

0 commit comments

Comments
 (0)