Skip to content

Commit b1fc9b5

Browse files
author
Dennis Labordus
committed
Use new secret for DependaBot.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 95a3756 commit b1fc9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ registries:
99
type: maven-repository
1010
url: https://maven.pkg.github.com/com-pas/*
1111
username: OWNER
12-
password: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
12+
password: ${{ secrets.DB_GITHUB_PACKAGES }}
1313

1414
updates:
1515
# Maintain dependencies for GitHub Actions

0 commit comments

Comments
 (0)