Skip to content

Commit

Permalink
echo logging sanity webhook token in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonolane committed Nov 16, 2023
1 parent 1679a7a commit a6fc60c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/triggerUpdateSanityDisplay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ jobs:
with:
token: ${{ secrets.SANITY_WEBHOOK_TOKEN }}
event-type: sanity-webhook
client-payload: '{"name": "${{ github.event.inputs.name }}"}'
client-payload: '{"name": "${{ github.event.inputs.name }}"}'
- name: Print webhook token
run: echo ${{ secrets.SANITY_WEBHOOK_TOKEN }}

0 comments on commit a6fc60c

Please sign in to comment.