File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,17 @@ jobs:
53
53
<servers>
54
54
<server>
55
55
<id>octopus-sales-public-snapshot</id>
56
- <username>${{ inputs.aws_access_key }}</username>
57
- <password>${{ inputs.aws_secret_access_key }}</password>
56
+ <username>${{ secrets.AWS_ACCESS_KEY_ID }}</username>
57
+ <password>${{ secrets.AWS_SECRET_ACCESS_KEY }}</password>
58
58
<configuration>
59
59
<region>ap-southeast-2</region>
60
60
<publicRepository>true</publicRepository>
61
61
</configuration>
62
62
</server>
63
63
<server>
64
64
<id>octopus-sales-public-release</id>
65
- <username>${{ inputs.aws_access_key }}</username>
66
- <password>${{ inputs.aws_secret_access_key }}</password>
65
+ <username>${{ secrets.AWS_ACCESS_KEY_ID }}</username>
66
+ <password>${{ secrets.AWS_SECRET_ACCESS_KEY }}</password>
67
67
<configuration>
68
68
<region>ap-southeast-2</region>
69
69
<publicRepository>true</publicRepository>
You can’t perform that action at this time.
0 commit comments