File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed
Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 2121 client_id : ${{ secrets.CLIENT_ID }}
2222 client_key : ${{ secrets.CLIENT_KEY }}
2323 realm : ${{ secrets.REALM }}
24- workspace : workspace-test
2524 command_stk : " --version"
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ https://docs.stackspot.com/home/account/enterprise/service-credential
2020 client_id : ${{ secrets.CLIENT_ID }}
2121 client_key : ${{ secrets.CLIENT_KEY }}
2222 realm : ${{ secrets.REALM }}
23- workspace : workspace-y
2423 command_stk : " register app-deploy --version 1.0.0 --env dev --status succcess"
2524` ` `
2625
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ inputs:
1414 realm :
1515 description : Account realm
1616 required : true
17- workspace :
18- description : Workspace
19- required : true
2017 command_stk :
2118 description : Command STK
2219 required : true
7572 run : |
7673 $HOME/.stk/bin/stk login --client-id $CLIENT_ID --client-key $CLIENT_KEY --realm $REALM
7774
78- - name : Use Workspace
79- shell : bash
80- run : |
81- $HOME/.stk/bin/stk use workspace ${{ inputs.workspace }}
82-
8375 - name : Run Command
8476 shell : bash
8577 run : |
You can’t perform that action at this time.
0 commit comments