Skip to content

Commit

Permalink
TEST: trigger real update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-klemsinsky committed Feb 21, 2024
1 parent be91d6d commit 6977509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger_dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: gooddata/sandbox-repository
event-type: ext-update
client-payload: '{"value": "testPKL"}'
repository: gooddata/github-actions
event-type: public-ext-update
client-payload: '{"component": "${{ github.repository }}", "branch": "stable", "github_short_sha": "xxxyyyz" }'

0 comments on commit 6977509

Please sign in to comment.