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.
1 parent b9d03cf commit 7c710bfCopy full SHA for 7c710bf
.github/renovate.json
@@ -88,14 +88,14 @@
88
{
89
"hostType": "docker",
90
"domainName": "ghcr.io",
91
- "username": "roderik",
92
- "password": "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"
+ "username": "{{ secrets.GITHUB_USER }}",
+ "password": "{{ secrets.GITHUB_PASS }}"
93
},
94
95
96
"domainName": "docker.io",
97
98
- "password": "dckr_pat_9ALhAALMPtGlj1yuv5q7mfQitzE"
+ "username": "{{ secrets.DOCKER_USER }}",
+ "password": "{{ secrets.DOCKER_PASS }}"
99
}
100
]
101
0 commit comments