Skip to content

Commit f04b3e2

Browse files
committed
[bugfix] Avoid a conflict with reserved variable names in GitHub Actions CI
1 parent 43e0cd3 commit f04b3e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,11 @@
231231
<id>env-github-private-key</id>
232232
<activation>
233233
<property>
234-
<name>env.GITHUB_PRIVATE_KEY</name>
234+
<name>env.MANUFOMA_GITHUB_PRIVATE_KEY</name>
235235
</property>
236236
</activation>
237237
<properties>
238-
<github-private-key>${env.GITHUB_PRIVATE_KEY}</github-private-key>
238+
<github-private-key>${env.MANUFORMA_GITHUB_PRIVATE_KEY}</github-private-key>
239239
</properties>
240240
</profile>
241241

@@ -244,11 +244,11 @@
244244
<id>env-github-pat</id>
245245
<activation>
246246
<property>
247-
<name>env.GITHUB_PAT</name>
247+
<name>env.MANUFORMA_GITHUB_PAT</name>
248248
</property>
249249
</activation>
250250
<properties>
251-
<github-pat>${env.GITHUB_PAT}</github-pat>
251+
<github-pat>${env.MANUFORMA_GITHUB_PAT}</github-pat>
252252
</properties>
253253
</profile>
254254

0 commit comments

Comments
 (0)