From 1a8dc8d07270ac33fdb911ad2b005fd7fc54ee63 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Tue, 1 Sep 2026 13:54:03 -0400 Subject: [PATCH] ci: Update release-please.yml to include OPENAI_API_KEY Added OPENAI_API_KEY to environment variables for social media post generation. --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 6d3e17a..2ecde00 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -47,7 +47,7 @@ jobs: - run: npx @humanwhocodes/social-changelog --org ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --tag ${{ steps.release.outputs.tag_name }} > social-post.txt if: ${{ steps.release.outputs.release_created }} env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - name: Post release announcement run: npx @humanwhocodes/crosspost -t -b -m --discord-webhook --file social-post.txt