Skip to content

Commit

Permalink
[#475]: deploy to swarm action update
Browse files Browse the repository at this point in the history
  • Loading branch information
Themezv committed Mar 3, 2024
1 parent 72724c8 commit 3153ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-to-swarm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
shell: bash
run: |
yc config profile create worker
echo "${{ inputs.sa_auth_key }}" > key.json
printf ${{ inputs.sa_auth_key }} > key.json
yc config set service-account-key key.json
- name: Read stack file
Expand Down

0 comments on commit 3153ee2

Please sign in to comment.