Skip to content

Commit f4f548f

Browse files
authored
Update script.yml
1 parent feba2f9 commit f4f548f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/script.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Schedule Node.js Script
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
6-
5+
- cron: '0 * * * *' # Runs every hour
76
jobs:
87
run-node-script:
98
runs-on: ubuntu-latest
@@ -68,4 +67,4 @@ jobs:
6867
gh release upload ${{ env.new_version }} "$asset_file" --clobber -R ${{ github.repository }} -t ${{ secrets.GITHUB_TOKEN }}
6968
done
7069
env:
71-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)