Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
karanpopat committed Jul 20, 2024
1 parent 21e391a commit 34c8f20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trigger-turbot-com.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Repository Dispatch commit
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GH_PAT }}
repository: turbot/turbot.com
event-type: build-guardrails-docs-preview
client-payload: '{"ref": "${{ github.ref }}", "commit_ref": "${{ github.sha }}", "ref_name": "${{ github.ref_name }}", "commit": true}'
Expand All @@ -33,6 +34,7 @@ jobs:
- name: Repository Dispatch PR
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GH_PAT }}
repository: turbot/turbot.com
event-type: build-guardrails-docs-preview
client-payload: '{"ref": "${{ github.ref }}", "commit_ref": "${{ github.event.pull_request.head.number }}", "ref_name": "${{ github.ref_name }}", "pull_request": true}'

0 comments on commit 34c8f20

Please sign in to comment.