Browse Source

👷 Update GitHub Action latest-changes (#3574)

pull/3575/head
Sebastián Ramírez 4 years ago
committed by GitHub
parent
commit
fcfff5e8e5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/latest-changes.yml

3
.github/workflows/latest-changes.yml

@ -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…
Cancel
Save