Skip to content

Commit

Permalink
🐛 Fix latest-changes GitHub Action (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Mar 18, 2024
1 parent d6870e1 commit 604929f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.FULL_STACK_FASTAPI_POSTGRESQL_LATEST_CHANGES }}
- uses: docker://tiangolo/latest-changes:0.2.0
# - uses: tiangolo/latest-changes@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.MEINHELD_GUNICORN_FLASK_DOCKER_LATEST_CHANGES }}

0 comments on commit 604929f

Please sign in to comment.