From cfb246ed2bc407b87bdaa302f1b6c94530d67db9 Mon Sep 17 00:00:00 2001 From: M0rtzz Date: Mon, 30 Dec 2024 10:33:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci(transfer.yml):=20rename=20wor?= =?UTF-8?q?kflow=20file=20and=20update=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{daily-transfer.yml => transfer.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{daily-transfer.yml => transfer.yml} (95%) diff --git a/.github/workflows/daily-transfer.yml b/.github/workflows/transfer.yml similarity index 95% rename from .github/workflows/daily-transfer.yml rename to .github/workflows/transfer.yml index a876454e..117eddb8 100644 --- a/.github/workflows/daily-transfer.yml +++ b/.github/workflows/transfer.yml @@ -1,4 +1,4 @@ -name: Run transfer script on push +name: Run transfer script on push and schedule on: push: @@ -16,9 +16,9 @@ jobs: - name: Create .env file run: | - echo "ACCESS_TOKEN=${{ secrets.ACCESS_TOKEN }}" >> .env - echo "REPO_NAME=${{ secrets.REPO_NAME }}" >> .env echo "REPO_OWNER=${{ secrets.REPO_OWNER }}" >> .env + echo "REPO_NAME=${{ secrets.REPO_NAME }}" >> .env + echo "ACCESS_TOKEN=${{ secrets.ACCESS_TOKEN }}" >> .env - uses: pnpm/action-setup@v4 with: