We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2eabb commit b8f2bfeCopy full SHA for b8f2bfe
.github/workflows/autoprv2.yml
@@ -69,6 +69,10 @@ jobs:
69
run: ln -s .github/AGENTS.md CLAUDE.md
70
- name: Agent implement
71
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 }}
76
with:
77
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
78
prompt: |
0 commit comments