Skip to content

Commit 4eada38

Browse files
committed
fix: add secret to run examples ga
1 parent 886b824 commit 4eada38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/examples.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- cron: "0 0 * * *"
99
workflow_dispatch:
1010

11+
env:
12+
# TODO: change to .com when reply is released
13+
WORKFLOWAI_API_URL: https://run.workflowai.dev
14+
1115
jobs:
1216
examples:
1317
runs-on: ubuntu-latest
@@ -31,6 +35,8 @@ jobs:
3135
exit 1
3236
fi
3337
done
38+
env:
39+
WORKFLOWAI_API_KEY: ${{ secrets.WORKFLOWAI_TEST_API_KEY }}
3440

3541
- name: Send Slack Notification
3642
if: failure()

0 commit comments

Comments
 (0)