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 13
13
check_nuget_latest :
14
14
name : nanoFramework
15
15
uses : nanoframework/nf-tools/.github/workflows/check-packages-updated.yml@main
16
+ secrets : inherit
16
17
with :
17
18
solution : ' nanoFramework.SignalR.Client.sln'
Original file line number Diff line number Diff line change @@ -7,17 +7,16 @@ name: Daily update dependencies
7
7
8
8
on :
9
9
schedule :
10
- # At 00:00 UTC every day .
11
- - cron : ' 00 00 * * * '
10
+ # At 00:20 UTC every Mon Thu .
11
+ - cron : ' 00 20 * * Mon,Thu '
12
12
repository_dispatch :
13
13
types : update-dependencies
14
14
15
15
jobs :
16
16
update-dependencies :
17
17
name : nanoFramework
18
18
uses : nanoframework/nf-tools/.github/workflows/update-dependencies.yml@main
19
+ secrets : inherit
19
20
with :
20
21
solutionsToCheck : ' nanoFramework.SignalR.Client.sln'
21
- secrets :
22
- githubAuth : ${{ secrets.NFBOT_GITHUB_ACTIONS }}
23
22
You can’t perform that action at this time.
0 commit comments