Skip to content

Commit

Permalink
build: build uses env-variable for MB base url
Browse files Browse the repository at this point in the history
  • Loading branch information
nohr-ai committed Aug 5, 2024
1 parent bfd1f0b commit b0ea523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ env:
ACCESS_TOKEN: ${{ secrets.MB_ACCESS_TOKEN }}
ORG_ID: ${{ vars.ORG_ID }}
ORG_NAME: ${{ vars.ORG_NAME }}
TEAM_NAME: ${{ vars.TEAM_NAME }}
MB_BASE_URL: ${{ vars.MB_BASE_URL}}
NUMBER_OF_MEMBERS: ${{ vars.NUMBER_OF_MEMBERS }}
TEAM_NAME: ${{ vars.TEAM_NAME }}

jobs:
pkg-and-docs:
Expand Down

0 comments on commit b0ea523

Please sign in to comment.