👷 Update latest-changes GitHub Action (#1315)

This commit is contained in:
Sebastián Ramírez
2024-08-25 21:17:32 -05:00
committed by GitHub
parent 5005e5a5c1
commit 375170c386

View File

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