File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.Aws.IoTCore.Devices.sln'
Original file line number Diff line number Diff line change @@ -7,15 +7,14 @@ name: Daily update dependencies
77
88on :
99 schedule :
10- - cron : ' 00 00 * * * '
10+ - cron : ' 00 10 * * Mon,Thu '
1111 repository_dispatch :
1212 types : update-dependencies
1313
1414jobs :
1515 update-nuget-dependencies :
1616 name : Update dependencies
1717 uses : nanoframework/nf-tools/.github/workflows/update-dependencies.yml@main
18+ secrets : inherit
1819 with :
1920 solutionsToCheck : ' nanoFramework.Aws.IoTCore.Devices.sln'
20- secrets :
21- githubAuth : ${{ secrets.NFBOT_GITHUB_ACTIONS }}
You can’t perform that action at this time.
0 commit comments