Skip to content

Commit 1187bde

Browse files
authored
Merge pull request #10 from deco-sites/danielfurt/activation-form
fix: use GitHub secret for Notion API key in deploy
2 parents 376caf3 + 683c51b commit 1187bde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deco-deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121

2222
- name: Deco Deploy
2323
uses: deco-cx/deploy@v0
24+
env:
25+
NOTION_API_KEY: ${{ secrets.NOTION_API_KEY }}

0 commit comments

Comments
 (0)