Skip to content

Commit 8bd3625

Browse files
committed
b
1 parent 3ea4833 commit 8bd3625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuxt-hub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757

5858
steps:
5959
- uses: actions/checkout@v4
60+
- name: debug project key
61+
run: echo "${{ secrets.NUXT_HUB_PROJECT_KEY }} is empty stirng? ${{ secrets.NUXT_HUB_PROJECT_KEY == '' }}"
6062

6163
- name: Install pnpm
6264
uses: pnpm/action-setup@v4
@@ -78,8 +80,6 @@ jobs:
7880
env:
7981
NUXT_RPC_URL: ${{ secrets.NUXT_RPC_URL }}
8082
NUXT_PUBLIC_NIMIQ_NETWORK: ${{ vars.NUXT_PUBLIC_NIMIQ_NETWORK }}
81-
- name: debug project key
82-
run: echo "${{ secrets.NUXT_HUB_PROJECT_KEY }} is empty stirng? ${{ secrets.NUXT_HUB_PROJECT_KEY == '' }}"
8383

8484
- name: Deploy to NuxtHub Mainnet
8585
uses: nuxt-hub/action@v1

0 commit comments

Comments
 (0)