Skip to content

👷 Update dependabot #71

👷 Update dependabot

👷 Update dependabot #71

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.UWSGI_NGINX_DOCKER_LATEST_CHANGES }}
- uses: docker://tiangolo/latest-changes:0.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}