Attempt to trigger GHA builds properly

This commit is contained in:
aboyko
2023-07-07 09:30:59 -04:00
parent 02e2f69efd
commit 12e7e16ba9
5 changed files with 19 additions and 17 deletions

View File

@@ -142,14 +142,8 @@
<id>gitactions</id>
<properties>
<vm-signing.ssh.key>~/.ssh/id_rsa</vm-signing.ssh.key>
<dist.accessKey>${env.tools_s3_access_key}</dist.accessKey>
<dist.secretKey>${env.tools_s3_secret_key}</dist.secretKey>
<dist.pathpostfix>trials</dist.pathpostfix>
<dist.path>${dist.type}/${dist.key}/${dist.project}/${dist.pathpostfix}</dist.path>
<sts4-language-servers-p2-repo>https://dist.springsource.com/${dist.type}/TOOLS/sts4-language-server-integrations/trials</sts4-language-servers-p2-repo>
<gpg.passphrase>${env.gpg_passphrase}</gpg.passphrase>
<gpg.keyname>${env.gpg_keyname}</gpg.keyname>
</properties>