Skip to content

Commit

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

0 comments on commit 80358a9

Please sign in to comment.