Skip to content

Commit f7e9c78

Browse files
authored
Merge pull request #133 from TechnologyEnhancedLearning/ci-dependabot-setup
chore(dependabot): surely not
2 parents 5541643 + 2c8c69a commit f7e9c78

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)