Skip to content

Commit

Permalink
ci: Fix crosspost
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Nov 27, 2024
1 parent fbe8b35 commit 2b1422c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
MASTODON_HOST: ${{ secrets.MASTODON_HOST }}
BLUESKY_HOST: "$BLUESKY_HOST"
BLUESKY_IDENTIFIER: "$BLUESKY_IDENTIFIER"
BLUESKY_HOST: ${{ vars.BLUESKY_HOST }}
BLUESKY_IDENTIFIER: ${{ vars.BLUESKY_IDENTIFIER }}
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}

0 comments on commit 2b1422c

Please sign in to comment.