Skip to content

Commit f199ab4

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/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.Device.I2s.sln'

.github/update-dependencies.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ 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.Device.I2s.sln'
22-
secrets:
23-
githubAuth: ${{ secrets.NFBOT_GITHUB_ACTIONS }}

0 commit comments

Comments
 (0)