diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 6568b53f64..30abc43336 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,7 +1,7 @@ name: Update on: schedule: - - cron: "*/30 * * * *" + - cron: "*/10 * * * *" workflow_dispatch: jobs: @@ -26,7 +26,7 @@ jobs: - name: Run Update run: anda update -vv env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.AUTOUPDATE_GH_TOKEN }} RUST_BACKTRACE: full - name: Save