Skip to content

Commit

Permalink
Fix env var value.
Browse files Browse the repository at this point in the history
  • Loading branch information
herpiko committed Nov 4, 2020
1 parent 90f120b commit f33149f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
- name: Deployment
env:
HOST: ${{secrets.RANI_HOSTNAME}}
KEY: ${{secrets.JIN_IPRIT}}
KEY: ${{secrets.RANI_DEPLOYMENT_KEY}}
run: |
curl --header "Content-Type: application/json" --request POST --data '{"name":"irgsh","token": "$KEY"}' https://$HOST

0 comments on commit f33149f

Please sign in to comment.