Skip to content

Commit 98b0944

Browse files
committed
D4T-852: Changing example secrets name from SNXD to SOLSTA
1 parent cbb8a99 commit 98b0944

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
@@ -31,8 +31,8 @@ Here is an example YAML Fragment in the steps section of a build
3131
- name: Deploy Build Assets from bin/ directory
3232
uses: snxd/deploy-github-deploy-action@v2
3333
with:
34-
solsta_client_id: ${{ secrets.SNXD_CLIENT_ID }}
35-
solsta_client_secret: ${{ secrets.SNXD_CLIENT_SECRET }}
34+
solsta_client_id: ${{ secrets.SOLSTA_CLIENT_ID }}
35+
solsta_client_secret: ${{ secrets.SOLSTA_CLIENT_SECRET }}
3636
working_directory: 'bin/'
3737
console_version: '6.1.2.84'
3838
scripts_version: '3.7.30'

0 commit comments

Comments
 (0)