File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
27
27
-DuserId=${{ secrets.userId }} \
28
28
-DtenantId=${{ secrets.tenantId }} \
29
29
-Dfingerprint=${{ secrets.fingerprint }} \
30
- -Dregion=${{ env .region }} \
30
+ -Dregion=${{ vars .region }} \
31
31
-DprivateKeyContent=${{ secrets.privateKeyContent }} \
32
- -Dit.notification=${{ env .it_notification }} \
33
- -DtopicName=${{ env .topicName }} \
32
+ -Dit.notification=${{ vars .it_notification }} \
33
+ -DtopicName=${{ vars .topicName }} \
34
34
-DcompartmentId=${{ secrets.compartmentId }} \
35
- -Dit.logging=${{ env .it_logging }} \
36
- -DlogId=${{ env .logId }} \
37
- -Dit.storage=${{ env .it_storage }} \
38
- -DbucketName=${{ env .bucketName }} \
35
+ -Dit.logging=${{ vars .it_logging }} \
36
+ -DlogId=${{ vars .logId }} \
37
+ -Dit.storage=${{ vars .it_storage }} \
38
+ -DbucketName=${{ vars .bucketName }} \
39
39
install
You can’t perform that action at this time.
0 commit comments