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.System.Net.WebSockets.sln'
Original file line number Diff line number Diff line change @@ -8,16 +8,15 @@ name: Daily update dependencies
88
99on :
1010 schedule :
11- # At 00:00 UTC every day .
12- - cron : ' 00 00 * * * '
11+ # At 00:30 UTC.
12+ - cron : ' 00 30 * * Mon,Thu '
1313 repository_dispatch :
1414 types : update-dependencies
1515
1616jobs :
1717 update-dependencies :
1818 name : nanoFramework
1919 uses : nanoframework/nf-tools/.github/workflows/update-dependencies.yml@main
20+ secrets : inherit
2021 with :
2122 solutionsToCheck : ' nanoFramework.System.Net.WebSockets.sln'
22- secrets :
23- githubAuth : ${{ secrets.NFBOT_GITHUB_ACTIONS }}
You can’t perform that action at this time.
0 commit comments