Skip to content

Commit 7f9cbb7

Browse files
committed
Specify prompt via env variable
1 parent 416da43 commit 7f9cbb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/auto-update-changelog.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: true # For the next step
2020

2121
- name: Update changelog
22-
uses: docker://gsoci.azurecr.io/giantswarm/claude-code-ci:0.0.0-6f5ffbab0866222ac6305cb00f5b61c1b494d50c
22+
uses: docker://gsoci.azurecr.io/giantswarm/claude-code-ci:0.0.0-5ba02644959b339eaca81a6d0dc293afdd0fd48b
2323
env:
2424
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -72,4 +72,3 @@ jobs:
7272
--allowedTools "Bash(git *)"
7373
--allowedTools "Bash(gh *)"
7474
--allowedTools "Read(/github/workspace/**)"
75-
"$CLAUDE_PROMPT"

0 commit comments

Comments
 (0)