mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
changed passhprase configuration to be more in line with docs
This commit is contained in:
parent
9098ec5f8b
commit
1d7ec38fd8
4 changed files with 20 additions and 50 deletions
|
@ -157,17 +157,11 @@ describe('auth tests', () => {
|
|||
<username>\${env.${username}}</username>
|
||||
<password>\${env.&<>"''"><&}</password>
|
||||
</server>
|
||||
<server>
|
||||
<id>gpg.passphrase</id>
|
||||
<passphrase>\${env.${gpgPassphrase}}</passphrase>
|
||||
</server>
|
||||
</servers>
|
||||
<profiles>
|
||||
<profile>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<properties>
|
||||
<gpg.passphrase>\${env.${gpgPassphrase}}</gpg.passphrase>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
</settings>
|
||||
`);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue