Skip to content

Commit

Permalink
Try to fix the deploy-master pipeline.
Browse files Browse the repository at this point in the history
Signed-off-by: wotoafagh <[email protected]>
  • Loading branch information
wotoafagh committed Aug 17, 2024
1 parent 447d6ce commit c18636a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Post request
if: secrets.WEBHOOK_URL != '' && secrets.WEBHOOK_URL != null
run: |
curl -s -X POST -k ${{ secrets.WEBHOOK_URL }}?TAG=${{ steps.vars.outputs.sha_short }} \
-H 'sudo-token: ${{ secrets.API_SUDO_TOKEN }}'

0 comments on commit c18636a

Please sign in to comment.