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 f54e314 commit 6ec3df7Copy full SHA for 6ec3df7
1 file changed
pom.xml
@@ -231,11 +231,11 @@
231
<id>env-github-private-key</id>
232
<activation>
233
<property>
234
- <name>env.GITHUB_PRIVATE_KEY</name>
+ <name>env.MANUFOMA_GITHUB_PRIVATE_KEY</name>
235
</property>
236
</activation>
237
<properties>
238
- <github-private-key>${env.GITHUB_PRIVATE_KEY}</github-private-key>
+ <github-private-key>${env.MANUFORMA_GITHUB_PRIVATE_KEY}</github-private-key>
239
</properties>
240
</profile>
241
@@ -244,11 +244,11 @@
244
<id>env-github-pat</id>
245
246
247
- <name>env.GITHUB_PAT</name>
+ <name>env.MANUFORMA_GITHUB_PAT</name>
248
249
250
251
- <github-pat>${env.GITHUB_PAT}</github-pat>
+ <github-pat>${env.MANUFORMA_GITHUB_PAT}</github-pat>
252
253
254
0 commit comments