Skip to content

Commit

Permalink
Add environment variables for build process
Browse files Browse the repository at this point in the history
  • Loading branch information
robinv8 committed Jan 1, 2024
1 parent dafbc48 commit cdcd601
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,12 @@ jobs:
run: pnpm install

- name: Build
run: pnpm run build
run: pnpm run build
env:
NOTION_PAGE_ID: ${{ env.NOTION_PAGE_ID }}
NOTION_DOMAIN: ${{ env.NOTION_DOMAIN }}
TELEGRAM_CHAT_ID: ${{ env.TELEGRAM_CHAT_ID }}
CRAFT_CONFIG_SHARE_URL: ${{ env.CRAFT_CONFIG_SHARE_URL }}

- name: Build and push
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down

0 comments on commit cdcd601

Please sign in to comment.