From 504b264d2baadca02e36c95c5e89221f164e8aee Mon Sep 17 00:00:00 2001 From: "chloe41427[bot]" <263185818+chloe41427[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:14:02 +0000 Subject: [PATCH] revert: remove Bluesky env vars from release workflow --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 798e2261..772bb3b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,6 @@ jobs: env: JRELEASER_GITHUB_TOKEN: ${{ github.token }} JRELEASER_MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN}} - JRELEASER_BLUESKY_HANDLE: ${{ secrets.BLUESKY_HANDLE }} - JRELEASER_BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }} services: mongodb: image: mongo:3.2