Skip to content

Commit 7bc8c1f

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

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.IO.Streams.sln'

.github/workflows/update-dependencies.yml

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

88
on:
99
schedule:
10-
# At 00:00 UTC every day.
11-
- cron: '00 00 * * *'
10+
# At 00:30 UTC.
11+
- cron: '30 00 * * 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.System.IO.Streams.sln'
21-
secrets:
22-
githubAuth: ${{ secrets.NFBOT_GITHUB_ACTIONS }}

0 commit comments

Comments
 (0)