Skip to content

Commit

Permalink
secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin op iMac committed Oct 31, 2023
1 parent 7ad80d3 commit e7dac95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
with:
host: ${{ secrets.WINC_HOST }}
username: ${{ secrets.WINC_USER_NAME }}
key: ${{ secrets.GH_SECRET }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
sh ./deploy.sh

0 comments on commit e7dac95

Please sign in to comment.