fix: simplify Notion ticket condition in workflow
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
parent
b3d03221e2
commit
146e8fd0f0
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
run: node scripts/wake-persona.js
|
||||
|
||||
- name: 📋 Write to Notion ticket
|
||||
if: ${{ secrets.NOTION_API_TOKEN != '' }}
|
||||
if: ${{ secrets.NOTION_API_TOKEN }}
|
||||
env:
|
||||
NOTION_TOKEN: ${{ secrets.NOTION_API_TOKEN }}
|
||||
NOTION_TICKET_DB_ID: ${{ secrets.NOTION_TICKET_DB_ID }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue