From 8c21e63e1dcd4587bacbcdcfcb2577f9470081ed Mon Sep 17 00:00:00 2001 From: Matthew Pope <81593196+popematt@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:14:52 -0700 Subject: [PATCH] Fix deploy workflow for news release commits --- .github/workflows/release-news.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-news.yml b/.github/workflows/release-news.yml index fedc8b98..2418ef2f 100644 --- a/.github/workflows/release-news.yml +++ b/.github/workflows/release-news.yml @@ -18,6 +18,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + # This is needed so that the deploy workflow will be triggered for news release commits. + # See https://github.com/orgs/community/discussions/26220 + persist-credentials: false - name: Generate News Posts id: generate_news