nighly releases have stopped on March 1st #6286

only: https://github.com/mathieudutour/github-tag-action documentation says 'Usually secrets.GITHUB_TOKEN'
This commit is contained in:
rusefillc 2024-03-24 18:56:27 -04:00 committed by rusefillc
parent 8b5f3b292e
commit 6cd1e39df5
1 changed files with 2 additions and 2 deletions

View File

@ -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: '50 22 * * *'
- cron: '10 23 * * *'
workflow_dispatch:
inputs:
lts:
@ -83,7 +83,7 @@ jobs:
id: tag
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.NIGHTLY_RELEASE_ACCESS_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ env.date }}
tag_prefix: ''