We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95d955 commit 0cb799dCopy full SHA for 0cb799d
README.md
@@ -27,8 +27,8 @@ Here is an example YAML Fragment in the steps section of a build:
27
scripts_version: '3.7.30'
28
target_product: 'Emutil'
29
target_environment: 'Java'
30
- solsta_client_id: ${{ secrets.SNXD_CLIENT_ID }}
31
- solsta_client_secret: ${{ secrets.SNXD_CLIENT_SECRET }}
+ solsta_client_id: ${{ secrets.SOLSTA_CLIENT_ID }}
+ solsta_client_secret: ${{ secrets.SOLSTA_CLIENT_SECRET }}
32
launch_file1: '("Entry Name 1" "/path/to/exec" "arg1 arg2 ...")'
33
launch_file2: '("Entry Name 2" "/path/to/exec" "arg1 arg2 ...")'
34
```
0 commit comments