Skip to content

Commit

Permalink
Fix wrong env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mzyy94 committed Mar 2, 2024
1 parent 1c23899 commit df6a591
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
name: Publish Feed
steps:
- uses: actions/checkout@v3
- name: Check code
run: node scripts/publish-feed.js
- run: node scripts/publish-feed.js
env:
JWT_SECRET: ${{ secrets.JWT_SECRET }}
FEED_HOST: ${{ secrets.FEED_HOST }}
FEED_OWNER: ${{ secrets.FEED_OWNER }}
APP_PASSWORD: ${{ secrets.APP_PASSWORD }}

0 comments on commit df6a591

Please sign in to comment.