Skip to content

Commit

Permalink
👷 ci(transfer.yml): rename workflow file and update description
Browse files Browse the repository at this point in the history
  • Loading branch information
M0rtzz committed Dec 30, 2024
1 parent 3a92d28 commit cfb246e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run transfer script on push
name: Run transfer script on push and schedule

on:
push:
Expand All @@ -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:
Expand Down

0 comments on commit cfb246e

Please sign in to comment.