Skip to content

Commit

Permalink
Move key to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpetros committed Mar 4, 2024
1 parent fae86ca commit 73475c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@ jobs:
steps:
- name: Run deploy
shell: bash
run: curl wemakeinter.net/deploy.php
run: curl -X POST --data "key=$DEPLOY_SECRET" wemakeinter.net/deploy.php
env:
SSH_PRIVATE_KEY: ${{secrets.SSH_PRIVATE_KEY}}
DEPLOY_SECRET: ${{secrets.DEPLOY_SECRET}}

0 comments on commit 73475c9

Please sign in to comment.