From: Sebastián Ramírez Date: Wed, 21 Jul 2021 10:33:42 +0000 (+0200) Subject: 👷 Update GitHub Action latest-changes (#3574) X-Git-Tag: 0.67.0~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fcfff5e8e54ad6633d1fa9b61b55997079af7eea;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Update GitHub Action latest-changes (#3574) --- diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 829377bb39..ed4d4554c4 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -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