From f777a74ea829b5c85dd699f21539f4d7584b268d Mon Sep 17 00:00:00 2001 From: Ava Li <62368440+Aveline-art@users.noreply.github.com> Date: Thu, 8 Jul 2021 08:40:30 -0700 Subject: [PATCH] Added token and testing --- .github/workflows/github-data.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-data.yml b/.github/workflows/github-data.yml index a247db6b2f..e486d074e7 100644 --- a/.github/workflows/github-data.yml +++ b/.github/workflows/github-data.yml @@ -3,7 +3,7 @@ name: Update GitHub Data # Run this action every day at 3am Pacific (11 am UTC) on: schedule: - - cron: '0 11 * * *' + - cron: '41 11,15 * * *' jobs: github_data: @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + token: ${{ secrets.GH_BOT_TOKEN_1 }} - name: GitHub Action for install npm dependencies uses: bahmutov/npm-install@v1