Skip to content

Commit

Permalink
fix env var names
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Dec 22, 2023
1 parent 6004e09 commit 956605f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dpz-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Run run
run: cargo run
env:
RSS_URL: ${{ secrets.RSS_URL }}
BSKY_ID: ${{ secrets.BSKY_ID }}
BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}
RSS_URL: ${{ secrets.BSKY_DPZ_BOT_RSS_URL }}
BSKY_ID: ${{ secrets.BSKY_DBZ_BOT_ID }}
BSKY_PASSWORD: ${{ secrets.BSKY_DPZ_BOT_PASSWORD }}

0 comments on commit 956605f

Please sign in to comment.