Skip to content

Commit a4e3aca

Browse files
committed
ci: use secret instead of variable for AWS account ID
1 parent 4c855fb commit a4e3aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [opened]
66

77
env:
8-
PTD_AWS_ACCOUNT: ${{ vars.PTD_AWS_ACCOUNT }}
8+
PTD_AWS_ACCOUNT: ${{ secrets.PTD_AWS_ACCOUNT }}
99

1010
jobs:
1111
auto-review:

0 commit comments

Comments
 (0)