Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd authored Jan 10, 2024
1 parent df15345 commit 3e067cf
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,17 @@ runs:
shell: bash

- name: Setup STK CLI
uses: stack-spot/stk-cli-action@main
with:
client_id: ${{ inputs.CLIENT_ID }}
client_key: ${{ inputs.CLIENT_KEY }}
realm: ${{ inputs.CLIENT_REALM }}
run: |
curl -fsSL https://stk.stackspot.com/install.sh | bash
$HOME/.stk/bin/stk login --client-id=${{ inputs.CLIENT_ID }} --client-key=${{ inputs.CLIENT_KEY }} --realm=${{ inputs.CLIENT_REALM }}
shell: bash

- name: Generate manifesto
env:
LANG: C.UTF-8
LANGUAGE: C.UTF-8
LC_ALL: C.UTF-8
PYTHONIOENCODING: utf-8
run: |
stk use workspace ${{ inputs.WORKSPACE }}
Expand Down

0 comments on commit 3e067cf

Please sign in to comment.