Skip to content

Commit bd31dbd

Browse files
authored
Work CI-CD
- Pass secrets to workflows. - Update cron to check update dependencies. [skip_ci]
1 parent 8b527fc commit bd31dbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ jobs:
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.SignalR.Client.sln'

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ name: Daily update dependencies
77

88
on:
99
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'
1212
repository_dispatch:
1313
types: update-dependencies
1414

1515
jobs:
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.SignalR.Client.sln'
21-
secrets:
22-
githubAuth: ${{ secrets.NFBOT_GITHUB_ACTIONS }}
2322

0 commit comments

Comments
 (0)