Skip to content

Commit

Permalink
Update environment variables in docker-publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robinv8 committed Jan 1, 2024
1 parent a8e6eff commit 2b8947a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
run: pnpm run build
env:
NOTION_PAGE_ID: ${{ secrets.NOTION_PAGE_ID }}
NOTION_DOMAIN: ${{ vars.NOTION_DOMAIN }}
TELEGRAM_CHAT_ID: ${{ vars.TELEGRAM_CHAT_ID }}
NOTION_DOMAIN: ${{ secrets.NOTION_DOMAIN }}
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
CRAFT_CONFIG_SHARE_URL: ${{ secrets.CRAFT_CONFIG_SHARE_URL }}

- name: Build and push
Expand Down

0 comments on commit 2b8947a

Please sign in to comment.