Skip to content

⬆️ Bump tiangolo/latest-changes from 0.3.1 to 0.3.2 #153

⬆️ Bump tiangolo/latest-changes from 0.3.1 to 0.3.2

⬆️ Bump tiangolo/latest-changes from 0.3.1 to 0.3.2 #153

Workflow file for this run

name: Latest Changes
on:
pull_request_target:
branches:
- master
types:
- closed
workflow_dispatch:
inputs:
number:
description: PR number
required: true
jobs:
latest-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# To allow latest-changes to commit to master
token: ${{ secrets.UVICORN_GUNICORN_DOCKER_LATEST_CHANGES }}
- uses: tiangolo/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}