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 1515 check_nuget_latest :
1616 name : nanoFramework
1717 uses : nanoframework/nf-tools/.github/workflows/check-packages-updated.yml@main
18+ secrets : inherit
1819 with :
1920 solution : ' nanoFramework.System.Runtime.Serialization.sln'
Original file line number Diff line number Diff line change @@ -7,16 +7,15 @@ name: Update .NET nanoFramework dependencies
77
88on :
99 schedule :
10- # At 00:00 UTC every wednesday.
11- - cron : ' 00 00 * * Wed'
10+ # At 00:05 UTC every wednesday.
11+ - cron : ' 00 05 * * Wed'
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.System.Runtime.Serialization.sln'
21- secrets :
22- githubAuth : ${{ secrets.NFBOT_GITHUB_ACTIONS }}
You can’t perform that action at this time.
0 commit comments