Skip to content

Commit 0cb799d

Browse files
committed
D4T-852: Changing example secrets name from SNXD to SOLSTA
1 parent f95d955 commit 0cb799d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Here is an example YAML Fragment in the steps section of a build:
2727
scripts_version: '3.7.30'
2828
target_product: 'Emutil'
2929
target_environment: 'Java'
30-
solsta_client_id: ${{ secrets.SNXD_CLIENT_ID }}
31-
solsta_client_secret: ${{ secrets.SNXD_CLIENT_SECRET }}
30+
solsta_client_id: ${{ secrets.SOLSTA_CLIENT_ID }}
31+
solsta_client_secret: ${{ secrets.SOLSTA_CLIENT_SECRET }}
3232
launch_file1: '("Entry Name 1" "/path/to/exec" "arg1 arg2 ...")'
3333
launch_file2: '("Entry Name 2" "/path/to/exec" "arg1 arg2 ...")'
3434
```

0 commit comments

Comments
 (0)