Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 254e6e8

Browse files
committed
update ci
1 parent 235e592 commit 254e6e8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/updater.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Client Updater
2+
23
on:
34
schedule:
4-
- cron: '0 0 * * MON,WED,FRI'
5+
- cron: '0 0 * * MON'
56
workflow_dispatch:
7+
8+
permissions: write-all
9+
610
jobs:
711
updater:
812
name: "Update client"
@@ -21,7 +25,7 @@ jobs:
2125
- name: Upload client to GitHub release
2226
uses: marvinpinto/action-automatic-releases@latest
2327
with:
24-
repo_token: ${{ secrets.GHACTIONS_TOKEN }}
28+
repo_token: ${{ secrets.GITHUB_TOKEN }}
2529
automatic_release_tag: latest
2630
prerelease: false
2731
title: "[CD] Client update"

0 commit comments

Comments
 (0)