Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
satayyeb authored Sep 16, 2023
1 parent 7515ff6 commit 0efeafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
url: 'https://alitayyeb.ir/deploy-from-git/'
method: 'POST'
timeout: 20000
customHeaders: '{"Authorization": "${{ DEPLOY_TOKEN }}"}'
customHeaders: '{"Authorization": "${{ DEPLOY_KEY }}"}'
- name: Print Deploy Response
run: |
echo ${{ fromJson(steps.deploy.outputs.response).detail }}
Expand Down

0 comments on commit 0efeafd

Please sign in to comment.