Skip to content

Commit 7c710bf

Browse files
committed
fix: secure renovate
1 parent b9d03cf commit 7c710bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@
8888
{
8989
"hostType": "docker",
9090
"domainName": "ghcr.io",
91-
"username": "roderik",
92-
"password": "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"
91+
"username": "{{ secrets.GITHUB_USER }}",
92+
"password": "{{ secrets.GITHUB_PASS }}"
9393
},
9494
{
9595
"hostType": "docker",
9696
"domainName": "docker.io",
97-
"username": "roderik",
98-
"password": "dckr_pat_9ALhAALMPtGlj1yuv5q7mfQitzE"
97+
"username": "{{ secrets.DOCKER_USER }}",
98+
"password": "{{ secrets.DOCKER_PASS }}"
9999
}
100100
]
101101
}

0 commit comments

Comments
 (0)