Skip to content

Commit

Permalink
Removing authentication, debugging command
Browse files Browse the repository at this point in the history
  • Loading branch information
braghettos committed Aug 30, 2023
1 parent 88449e4 commit 60234a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tag-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,3 @@ jobs:
owner: krateoplatformops
repository: helm-charts
branch: gh-pages
- name: Webhook
uses: indiesdev/curl@v1.1
with:
url: ${{ secrets.WEBHOOK_URL }}
method: 'POST'
timeout: 5000
headers: '{ "x-token": "${{ secrets.WEBHOOK_TOKEN }}" }'
body: '{ "project": "${{ github.event.repository.name }}", "tag": "${{ steps.tagger.outputs.tag }}" }'

0 comments on commit 60234a5

Please # to comment.