Skip to content

Commit b8f2bfe

Browse files
RD-1173: Update directives v2 (#104)
1 parent 3e2eabb commit b8f2bfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/autoprv2.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
run: ln -s .github/AGENTS.md CLAUDE.md
7070
- name: Agent implement
7171
uses: anthropics/claude-code-action@v1
72+
env:
73+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
74+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7276
with:
7377
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
7478
prompt: |

0 commit comments

Comments
 (0)