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 3116c8f commit 6ca1dd1Copy full SHA for 6ca1dd1
.github/dependabot.yml
@@ -7,8 +7,11 @@ registries:
7
type: nuget-feed
8
# Dependabot needs access before it ignores, so still need to access TELBlazor despite ignoring it
9
url: https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json
10
- username: kevwhitt-hee
11
- password: ${{ secrets.DEPENDABOT_GIT_PACKAGES_TOKEN }}
+ # not expected to work
+ username: Phil-NHS
12
+ password: ${{ secrets.NUGETKEY }}
13
+ ## username: kevwhitt-hee
14
+ ## password: ${{ secrets.DEPENDABOT_GIT_PACKAGES_TOKEN }}
15
## username: "kevin.whittaker"
16
## qqqq del
17
0 commit comments