👷 Fix latest-changes GitHub Action token config (#545)
This commit is contained in:

committed by
GitHub

parent
5729eceb83
commit
b57ae43bcf
2
.github/workflows/latest-changes.yml
vendored
2
.github/workflows/latest-changes.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.POETRY_VERSION_PLUGIN_LATEST_CHANGES }}
|
||||
token: ${{ secrets.FULL_STACK_FASTAPI_POSTGRESQL_LATEST_CHANGES }}
|
||||
- uses: docker://tiangolo/latest-changes:0.2.0
|
||||
- uses: tiangolo/latest-changes@main
|
||||
with:
|
||||
|
Reference in New Issue
Block a user