Skip to content

Commit 9ee43bc

Browse files
committed
add secrets
1 parent f68c814 commit 9ee43bc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929

3030
- name: 🧪 Test project
3131
run: pnpm -r test
32+
env:
33+
ALICE_APP_PASSWORD: ${{ secrets.ALICE_APP_PASSWORD }}
34+
BOB_APP_PASSWORD: ${{ secrets.BOB_APP_PASSWORD }}
3235
timeout-minutes: 10
3336

3437
- name: 📝 Lint
@@ -39,10 +42,10 @@ jobs:
3942

4043
- name: 💪 Type check
4144
run: pnpm -r test:typecheck
42-
45+
4346
- name: 📦 Build
4447
run: pnpm -r build
45-
48+
4649
# - name: 🚢 Continuous Release
4750
# run: pnpm dlx pkg-pr-new publish './packages/core'
4851
# if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)