]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Update GitHub Action latest-changes (#3574)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 21 Jul 2021 10:33:42 +0000 (12:33 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Jul 2021 10:33:42 +0000 (10:33 +0000)
.github/workflows/latest-changes.yml

index 829377bb39adac055946ffffbc3c3448dff99614..ed4d4554c4faa258ce45ab75e6f2432ef8add759 100644 (file)
@@ -21,6 +21,9 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
+        with:
+          # To allow latest-changes to commit to master
+          token: ${{ secrets.ACTION_TOKEN }}
       # Allow debugging with tmate
       - name: Setup tmate session
         uses: mxschmitt/action-tmate@v3