Browse Source

👷 Update `latest-changes` GitHub Action (#1315)

pull/13907/head
Sebastián Ramírez 11 months ago
committed by GitHub
parent
commit
375170c386
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/latest-changes.yml

3
.github/workflows/latest-changes.yml

@ -30,8 +30,7 @@ jobs:
with:
# To allow latest-changes to commit to the main branch
token: ${{ secrets.LATEST_CHANGES }}
- uses: docker://tiangolo/latest-changes:0.3.0
# - uses: tiangolo/latest-changes@main
- uses: tiangolo/latest-changes@0.3.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest_changes_file: ./release-notes.md

Loading…
Cancel
Save