From 77fd91c7164ac78ca1c041ffd20734b03ef81b20 Mon Sep 17 00:00:00 2001 From: Matthew Pope <81593196+popematt@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:39:23 -0700 Subject: [PATCH] Fix deploy workflow for news release commits (#336) --- .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