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.
2 parents f3d82e2 + b448be5 commit 5541643Copy full SHA for 5541643
.github/dependabot.yml
@@ -9,7 +9,9 @@ registries:
9
url: https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json
10
# not expected to work
11
username: Phil-NHS
12
- password: ${{ secrets.NUGETKEY }}
+ password: ${{ secrets.DEPENDABOT_GIT_PACKAGES_TOKEN }}
13
+
14
+ ## password: ${{ secrets.NUGETKEY }}# No access to the secret as expected
15
## username: kevwhitt-hee
16
## password: ${{ secrets.DEPENDABOT_GIT_PACKAGES_TOKEN }}
17
## username: "kevin.whittaker"
0 commit comments