Skip to content

Commit

Permalink
Fix env names in syndicate.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Nov 3, 2024
1 parent 1923b21 commit 99e7e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/syndicate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: cargo run syndicate --before-sha ${{ github.event.before }}
env:
AXIOM_URL: https://spezi.social
AXIOM_TOKEN: ${{ secrets.AXIOM_TOKEN}}
MASTODON_URL: https://spezi.social
MASTODON_TOKEN: ${{ secrets.MASTODON_TOKEN }}

0 comments on commit 99e7e28

Please sign in to comment.