mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-29 18:23:17 +08:00
👷 Fix latest-changes GitHub Action token config (#545)
This commit is contained in:
parent
5729eceb83
commit
b57ae43bcf
2
.github/workflows/latest-changes.yml
vendored
2
.github/workflows/latest-changes.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
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: docker://tiangolo/latest-changes:0.2.0
|
||||||
- uses: tiangolo/latest-changes@main
|
- uses: tiangolo/latest-changes@main
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user