We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb8a99 commit 98b0944Copy full SHA for 98b0944
README.md
@@ -31,8 +31,8 @@ Here is an example YAML Fragment in the steps section of a build
31
- name: Deploy Build Assets from bin/ directory
32
uses: snxd/deploy-github-deploy-action@v2
33
with:
34
- solsta_client_id: ${{ secrets.SNXD_CLIENT_ID }}
35
- solsta_client_secret: ${{ secrets.SNXD_CLIENT_SECRET }}
+ solsta_client_id: ${{ secrets.SOLSTA_CLIENT_ID }}
+ solsta_client_secret: ${{ secrets.SOLSTA_CLIENT_SECRET }}
36
working_directory: 'bin/'
37
console_version: '6.1.2.84'
38
scripts_version: '3.7.30'
0 commit comments