File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ registries:
88 # Dependabot needs access before it ignores, so still need to access TELBlazor despite ignoring it
99 url : https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json
1010 # not expected to work
11- username : Phil-NHS
12- password : ${{ secrets.DEPENDABOT_GIT_PACKAGES_TOKEN }}
11+ token : ${{ secrets.DEPENDABOT_GIT_PACKAGES_TOKEN }}
12+ # username: Phil-NHS
13+ # password: ${{ secrets.DEPENDABOT_GIT_PACKAGES_TOKEN }}
1314
1415 # # password: ${{ secrets.NUGETKEY }}# No access to the secret as expected
15- # # username: kevwhitt-hee
16+ # # username: kevwhitt-hee <- should be this really kevin made the pat
1617 # # password: ${{ secrets.DEPENDABOT_GIT_PACKAGES_TOKEN }}
1718 # # username: "kevin.whittaker"
1819 # # qqqq del
You can’t perform that action at this time.
0 commit comments