👷 Update GitHub Action latest-changes (#3574)

This commit is contained in:
Sebastián Ramírez 2021-07-21 12:33:42 +02:00 committed by GitHub
parent 67ef62a4dd
commit fcfff5e8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View 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