From d421112f86dc28d2af079bd200d966141c83afc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 19 Nov 2020 19:50:34 +0000 Subject: [PATCH] fix(ci): use a secret token for cron actions --- .github/workflows/maintenance.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index ca14f8d07..ed93f5237 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -2,7 +2,7 @@ name: Maintenance on: schedule: - - cron: "10 19 * * 4" + - cron: "10 20 * * 4" jobs: npm-upgrades: @@ -29,6 +29,8 @@ jobs: branch: npm-upgrades delete-branch: true title: "chore(ui): upgrade all 3rd party dependencies" + env: + GITHUB_TOKEN: ${{ secrets.GH_REPO_TOKEN }} - name: Check outputs run: |