File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 check_nuget_latest :
1414 name : nanoFramework
1515 uses : nanoframework/nf-tools/.github/workflows/check-packages-updated.yml@main
16+ secrets : inherit
1617 with :
1718 solution : ' nanoFramework.Graphics.sln'
Original file line number Diff line number Diff line change @@ -7,16 +7,15 @@ name: Daily update dependencies
77
88on :
99 schedule :
10- # At 00:00 UTC every day .
11- - cron : ' 00 00 * * * '
10+ # At 00:30 UTC.
11+ - cron : ' 00 30 * * Mon,Thu '
1212 repository_dispatch :
1313 types : update-dependencies
1414
1515jobs :
1616 update-dependencies :
1717 name : nanoFramework
1818 uses : nanoframework/nf-tools/.github/workflows/update-dependencies.yml@main
19+ secrets : inherit
1920 with :
2021 solutionsToCheck : ' nanoFramework.Graphics.sln'
21- secrets :
22- githubAuth : ${{ secrets.NFBOT_GITHUB_ACTIONS }}
You can’t perform that action at this time.
0 commit comments