mirror of
https://github.com/microcron/pink.git
synced 2026-04-27 18:22:13 +00:00
Fix: Add NTFY_URL env to workflow step
Co-authored-by: Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
1
.github/workflows/pink.yml
vendored
1
.github/workflows/pink.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
|||||||
- run: node pink.js
|
- run: node pink.js
|
||||||
env:
|
env:
|
||||||
OPENROUTER_KEY: ${{ secrets.OPENROUTER_KEY }}
|
OPENROUTER_KEY: ${{ secrets.OPENROUTER_KEY }}
|
||||||
|
NTFY_URL: ${{ secrets.NTFY_URL }}
|
||||||
- run: |
|
- run: |
|
||||||
git config user.name "pink"
|
git config user.name "pink"
|
||||||
git config user.email "pink@microcron"
|
git config user.email "pink@microcron"
|
||||||
|
|||||||
Reference in New Issue
Block a user