mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 13:36:41 +00:00
👷 Update GitHub Action latest-changes (#3574)
This commit is contained in:
parent
67ef62a4dd
commit
fcfff5e8e5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/latest-changes.yml
vendored
3
.github/workflows/latest-changes.yml
vendored
|
|
@ -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 a new issue