]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Update token for latest changes (#9842)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 9 Jul 2023 14:34:45 +0000 (16:34 +0200)
committerGitHub <noreply@github.com>
Sun, 9 Jul 2023 14:34:45 +0000 (16:34 +0200)
.github/workflows/latest-changes.yml

index f11a6384870255bee23911f5bc7669bbae46c7a1..1f7ac7b28687d2ffbcc494226457c158a2f0243d 100644 (file)
@@ -23,7 +23,7 @@ jobs:
       - uses: actions/checkout@v3
         with:
           # To allow latest-changes to commit to master
-          token: ${{ secrets.ACTIONS_TOKEN }}
+          token: ${{ secrets.FASTAPI_LATEST_CHANGES }}
       # Allow debugging with tmate
       - name: Setup tmate session
         uses: mxschmitt/action-tmate@v3
@@ -32,7 +32,7 @@ jobs:
           limit-access-to-actor: true
       - uses: docker://tiangolo/latest-changes:0.0.3
         with:
-          token: ${{ secrets.FASTAPI_LATEST_CHANGES }}
+          token: ${{ secrets.GITHUB_TOKEN }}
           latest_changes_file: docs/en/docs/release-notes.md
           latest_changes_header: '## Latest Changes\n\n'
           debug_logs: true