Skip to content

Commit

Permalink
Fix deploy workflow for news release commits
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt authored Aug 27, 2024
1 parent 71527bc commit 8c21e63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c21e63

Please sign in to comment.