about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/update.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml
index 7da6c2a..a695ef4 100644
--- a/.github/workflows/update.yaml
+++ b/.github/workflows/update.yaml
@@ -2,7 +2,7 @@ name: update-flake-lock
 on:
   workflow_dispatch:
   schedule:
-    - cron: '0 6 * * *'
+    - cron: '40 5 * * 0'
 
 jobs:
   update-flake-lock:
@@ -18,5 +18,3 @@ jobs:
       - name: Update flake.lock
         id: update-flake-lock
         uses: DeterminateSystems/update-flake-lock@v14
-        with:
-          token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}