Skip to content

Commit cff9a02

Browse files
committed
a
1 parent 8bac70b commit cff9a02

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ jobs:
2323
node-version: 22
2424
cache: pnpm
2525

26+
# Add debug step to verify environment
27+
- name: Debug environment
28+
run: |
29+
echo "Environment name: ${{ github.environment.name }}"
30+
echo "Checking secrets availability (not showing values):"
31+
echo "RPC_URL secret exists: ${{ secrets.RPC_URL != '' }}"
32+
echo "Checking variables availability:"
33+
echo "NUXT_PUBLIC_NIMIQ_NETWORK: ${{ vars.NUXT_PUBLIC_NIMIQ_NETWORK }}"
34+
2635
- name: Install
2736
run: pnpm install --frozen-lockfile
2837

0 commit comments

Comments
 (0)