Skip to content

Commit 3bd4f2b

Browse files
authored
Work CI-CD
- Pass secrets to workflows. - Update cron to check update dependencies. [skip_ci]
1 parent 190cf3d commit 3bd4f2b

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.System.Net.WebSockets.sln'

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ name: Daily update dependencies
88

99
on:
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

1616
jobs:
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 }}

0 commit comments

Comments
 (0)