Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 57aef29

Browse files
authored
Add Marketplace URL Env Var to workflow
1 parent 0d3b7a2 commit 57aef29

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/azure.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
12+
env:
13+
NEXT_PUBLIC_MARKETPLACE_URL: "https://blocks-marketplace.githubnext.com"
1214
steps:
1315
- uses: actions/checkout@v2
1416

0 commit comments

Comments
 (0)