Reference env variables from git actions env
This commit is contained in:
@@ -138,8 +138,8 @@
|
||||
<profile>
|
||||
<id>gitactions</id>
|
||||
<properties>
|
||||
<dist.accessKey>${secrets.TOOLS_S3_ACCESS_KEY}</dist.accessKey>
|
||||
<dist.secretKey>${secrets.TOOLS_S3_SECRET_KEY}</dist.secretKey>
|
||||
<dist.accessKey>${env.secrets.TOOLS_S3_ACCESS_KEY}</dist.accessKey>
|
||||
<dist.secretKey>${env.secrets.TOOLS_S3_SECRET_KEY}</dist.secretKey>
|
||||
|
||||
<dist.pathpostfix>trials</dist.pathpostfix>
|
||||
<dist.path>${dist.type}/${dist.key}/${dist.project}/${dist.pathpostfix}</dist.path>
|
||||
|
||||
@@ -129,8 +129,8 @@
|
||||
<profile>
|
||||
<id>gitactions</id>
|
||||
<properties>
|
||||
<dist.accessKey>${secrets.TOOLS_S3_ACCESS_KEY}</dist.accessKey>
|
||||
<dist.secretKey>${secrets.TOOLS_S3_SECRET_KEY}</dist.secretKey>
|
||||
<dist.accessKey>${env.secrets.TOOLS_S3_ACCESS_KEY}</dist.accessKey>
|
||||
<dist.secretKey>${env.secrets.TOOLS_S3_SECRET_KEY}</dist.secretKey>
|
||||
|
||||
<dist.pathpostfix>trials</dist.pathpostfix>
|
||||
<dist.path>${dist.type}/${dist.key}/${dist.project}/${dist.pathpostfix}</dist.path>
|
||||
|
||||
Reference in New Issue
Block a user