Skip to content

Commit 5e6fa2c

Browse files
author
James Hiester
committed
adding env variable
1 parent 4c4c0b8 commit 5e6fa2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/redteam-scan.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
run: |
6161
promptfoo auth login --host "$PROMPTFOO_HOST" --api-key "$PROMPTFOO_API_KEY"
6262
63+
- name: Promptfoo Remote Generation Login
64+
run: |
65+
echo "PROMPTFOO_REMOTE_GENERATION_URL: $PROMPTFOO_REMOTE_GENERATION_URL"
66+
6367
- name: Run redteam
6468
run: |
6569
promptfoo redteam run -c "$SCAN_TEMPLATE_ID" -t "$TARGET_ID" -o results.json -o report.html

0 commit comments

Comments
 (0)