Sebastián Ramírez
1 day ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/latest-changes.yml
|
|
@ -39,7 +39,7 @@ jobs: |
|
|
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} |
|
|
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} |
|
|
with: |
|
|
with: |
|
|
limit-access-to-actor: true |
|
|
limit-access-to-actor: true |
|
|
- uses: tiangolo/latest-changes@eb3f6e7ff0073896ecb561e774a121de9418fa06 # 0.5.0 |
|
|
- uses: tiangolo/latest-changes@c9b73efbc8992ef1a401e4235ea307a8ca8a724b # 0.6.1 |
|
|
with: |
|
|
with: |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
latest_changes_file: docs/en/docs/release-notes.md |
|
|
latest_changes_file: docs/en/docs/release-notes.md |
|
|
|