Skip to content

Commit

Permalink
👷 Update latest-changes GitHub Action (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Mar 17, 2024
1 parent 6155470 commit 65a3b3f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ on:
number:
description: PR number
required: true
debug_enabled:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: 'false'

jobs:
latest-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# To allow latest-changes to commit to master
token: ${{ secrets.MEINHELD_GUNICORN_FLASK_DOCKER_LATEST_CHANGES }}
- uses: docker://tiangolo/latest-changes:0.0.3
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 }}

0 comments on commit 65a3b3f

Please sign in to comment.