From 716a78a64d1847a9c7dd20afe4257d0bed942760 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 26 Mar 2024 08:44:39 -0400 Subject: [PATCH] only:nighly releases have stopped on March 1st #6286 --- .github/workflows/build-firmware.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 0ccceed708..5de685bc2a 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -10,7 +10,7 @@ on: schedule: # this produces GitHub nightly releases https://github.com/rusefi/rusefi/releases # by the way GitHub actions use UTC https://www.utctime.net/ which matches GMT time - - cron: '10 23 * * *' + - cron: '37 13 * * *' workflow_dispatch: inputs: lts: @@ -83,7 +83,7 @@ jobs: id: tag uses: mathieudutour/github-tag-action@v6.2 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.NIGHTLY_RELEASE_ACCESS_TOKEN }} custom_tag: ${{ env.date }} tag_prefix: ''