Skip to content

Commit 6c0f62c

Browse files
authored
ci: debug (replace var with secret)
1 parent 0fbc6a4 commit 6c0f62c

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
@@ -4,7 +4,7 @@ registries:
44
enterprise:
55
type: maven-repository
66
url: https://timefold.jfrog.io/artifactory/releases/
7-
username: ${{ vars.JFROG_ENTERPRISE_READ_ONLY_ACCESS_USERNAME }}
7+
username: ${{ secrets.JFROG_ENTERPRISE_READ_ONLY_REFERENCE_USERNAME }}
88
password: ${{ secrets.JFROG_ENTERPRISE_READ_ONLY_REFERENCE_TOKEN }}
99

1010
multi-ecosystem-groups:

0 commit comments

Comments
 (0)