From a909b4b8bad99edc78d8c3629eebd367a64a07f7 Mon Sep 17 00:00:00 2001 From: wooBottle Date: Sat, 2 Dec 2023 17:09:29 +0900 Subject: [PATCH] tesT --- .github/workflows/archive-stable-version.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/archive-stable-version.yml b/.github/workflows/archive-stable-version.yml index 30de411d..3974fbfd 100644 --- a/.github/workflows/archive-stable-version.yml +++ b/.github/workflows/archive-stable-version.yml @@ -2,6 +2,8 @@ name: Archive Stable Version on: workflow_dispatch: + schedule: + - cron: 0 19 * * * jobs: archiveStableVersion: @@ -11,7 +13,7 @@ jobs: id: cpr uses: actions/github-script@v6 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} result-encoding: string script: | try {