From c2e705300b6701aa4597651b0dec7f09831eb12b Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sat, 13 Apr 2024 10:34:22 +0200 Subject: [PATCH] build: tweaks --- .github/workflows/cron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 8606e62..6ebf297 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Node.js uses: actions/setup-node@v4 with: @@ -42,7 +42,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Node.js uses: actions/setup-node@v4 with: