Skip to content

Commit 2bd15f8

Browse files
authored
Work CI-CD
- Pass secrets to workflows. - Update cron to check update dependencies. [skip_ci]
1 parent f2ab651 commit 2bd15f8

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
@@ -14,5 +14,6 @@ jobs:
1414
check_nuget_latest:
1515
name: nanoFramework
1616
uses: nanoframework/nf-tools/.github/workflows/check-packages-updated.yml@main
17+
secrets: inherit
1718
with:
1819
solution: 'nanoFramework.System.Math.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.Math.sln'
21-
secrets:
22-
githubAuth: ${{ secrets.NFBOT_GITHUB_ACTIONS }}

0 commit comments

Comments
 (0)