Skip to content

Commit d148958

Browse files
authored
👷 Fix latest-changes GitHub Action token, strike 2 (#546)
1 parent b57ae43 commit d148958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/latest-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
with:
2525
token: ${{ secrets.FULL_STACK_FASTAPI_POSTGRESQL_LATEST_CHANGES }}
2626
- uses: docker://tiangolo/latest-changes:0.2.0
27-
- uses: tiangolo/latest-changes@main
27+
# - uses: tiangolo/latest-changes@main
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)