Skip to content

Commit 92d0f4a

Browse files
committed
d
1 parent 440c7d5 commit 92d0f4a

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
@@ -45,7 +45,7 @@ jobs:
4545
uses: nuxt-hub/action@v1
4646
id: deploy-testnet
4747
with:
48-
project-key: ${{ secrets.NUXT_HUB_PROJECT_KEY }}
48+
project-key: ${{ vars.NUXT_HUB_PROJECT_KEY }}
4949

5050
deploy-mainnet:
5151
name: Deploy to NuxtHub Mainnet
@@ -87,4 +87,4 @@ jobs:
8787
uses: nuxt-hub/action@v1
8888
id: deploy-mainnet
8989
with:
90-
project-key: ${{ secrets.NUXT_HUB_PROJECT_KEY }}
90+
project-key: ${{ vars.NUXT_HUB_PROJECT_KEY }}

0 commit comments

Comments
 (0)