Skip to content

Commit

Permalink
ci: Fix crosspost environment variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jan 7, 2025
1 parent 5c5f45a commit 11829fc
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 @@ -76,7 +76,7 @@ jobs:
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
MASTODON_HOST: ${{ secrets.MASTODON_HOST }}
BLUESKY_IDENTIFER: ${{ vars.BLUESKY_IDENTIFIER }}
BLUESKY_IDENTIFIER: ${{ vars.BLUESKY_IDENTIFIER }}
BLUESKY_HOST: ${{ vars.BLUESKY_HOST }}
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}

Expand All @@ -90,6 +90,6 @@ jobs:
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
MASTODON_HOST: ${{ secrets.MASTODON_HOST }}
BLUESKY_IDENTIFER: ${{ vars.BLUESKY_IDENTIFIER }}
BLUESKY_IDENTIFIER: ${{ vars.BLUESKY_IDENTIFIER }}
BLUESKY_HOST: ${{ vars.BLUESKY_HOST }}
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}

0 comments on commit 11829fc

Please sign in to comment.