We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7106cde + 4df1ce7 commit e7b4e5dCopy full SHA for e7b4e5d
.github/workflows/claude-pr-review.yml
@@ -18,9 +18,18 @@ jobs:
18
with:
19
fetch-depth: 1
20
21
+ - name: Generate GitHub App token
22
+ id: app-token
23
+ uses: actions/create-github-app-token@v2
24
+ with:
25
+ app-id: 3060111
26
+ private-key: ${{ secrets.HOTDATA_AUTOMATION_PRIVATE_KEY }}
27
+ owner: hotdata-dev
28
+
29
- uses: actions/checkout@v4
30
31
repository: hotdata-dev/github-workflows
32
+ token: ${{ steps.app-token.outputs.token }}
33
path: .github-workflows
34
sparse-checkout: docs/claude-pr-review-prompt.md
35
sparse-checkout-cone-mode: false
0 commit comments