We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7365e commit f199ab4Copy full SHA for f199ab4
.github/pr-checks.yml
@@ -13,5 +13,6 @@ jobs:
13
check_nuget_latest:
14
name: nanoFramework
15
uses: nanoframework/nf-tools/.github/workflows/check-packages-updated.yml@main
16
+ secrets: inherit
17
with:
18
solution: 'nanoFramework.System.Device.I2s.sln'
.github/update-dependencies.yml
@@ -17,7 +17,6 @@ jobs:
update-dependencies:
19
uses: nanoframework/nf-tools/.github/workflows/update-dependencies.yml@main
20
21
22
solutionsToCheck: 'nanoFramework.System.Device.I2s.sln'
- secrets:
23
- githubAuth: ${{ secrets.NFBOT_GITHUB_ACTIONS }}
0 commit comments