From 7b2347bfb9a6fb1a9a543be1c0bfdf316d106bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 17 Sep 2021 14:47:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20Latest=20Changes=20GitH?= =?UTF-8?q?ub=20Action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/latest-changes.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 0c7d9fa..e2f5e96 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -18,6 +18,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + # To allow latest-changes to commit to master + token: ${{ secrets.ACTIONS_TOKEN }} - uses: docker://tiangolo/latest-changes:0.0.3 with: token: ${{ secrets.GITHUB_TOKEN }}