mirror of https://github.com/tiangolo/fastapi.git
👷 Update GitHub Action latest-changes (#3574)
This commit is contained in:
parent
67ef62a4dd
commit
fcfff5e8e5
|
|
@ -21,6 +21,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
# To allow latest-changes to commit to master
|
||||||
|
token: ${{ secrets.ACTION_TOKEN }}
|
||||||
# Allow debugging with tmate
|
# Allow debugging with tmate
|
||||||
- name: Setup tmate session
|
- name: Setup tmate session
|
||||||
uses: mxschmitt/action-tmate@v3
|
uses: mxschmitt/action-tmate@v3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue