Skip to content

Commit 350c099

Browse files
committed
fix CI to use no JWT
1 parent 7dfc7a5 commit 350c099

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,8 @@ jobs:
121121
working-directory: ./react-example
122122
run: |
123123
cat > .env << 'EOF'
124-
API_KEY=${{ secrets.ITERABLE_API_KEY }}
125-
JWT_SECRET=${{ secrets.JWT_SECRET }}
126-
USE_JWT=true
127-
JWT_GENERATOR=https://jwt-generator.stg-itbl.co/generate
124+
API_KEY=${{ secrets.ITERABLE_NO_JWT_API_KEY }}
125+
USE_JWT=false
128126
129127
EOF
130128
- name: Build React example app

0 commit comments

Comments
 (0)