Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Graves committed Sep 25, 2023
1 parent b346526 commit ab5f703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: sync
run: deno task sync
env:
NOTION_TOKEN=${{ secrets.NOTION_TOKEN }}
NOTION_BLOG_ID=${{ secrets.NOTION_BLOG_ID }}
NOTION_GALLERIES_ID=${{ secrets.NOTION_GALLERIES_ID }}
NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }}
NOTION_BLOG_ID: ${{ secrets.NOTION_BLOG_ID }}
NOTION_GALLERIES_ID: ${{ secrets.NOTION_GALLERIES_ID }}

- name: Deploy to Deno Deploy
uses: denoland/deployctl@v1
Expand Down

0 comments on commit ab5f703

Please sign in to comment.