Skip to content

Commit

Permalink
*: fix trigger dispatch repo (#3381)
Browse files Browse the repository at this point in the history
fix trigger dispatch repo

category: feature
ticket: none
  • Loading branch information
apham0001 authored Nov 14, 2024
1 parent 9899793 commit 81563b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ jobs:
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.CHARON_K8S_REPO_ACCESS_TOKEN }}
repository: ObolNetwork/charon-k8s
repository: ObolNetwork/obol-infrastructure
event-type: charon-package-published
client-payload: '{"sha": "${{ github.sha }}"}'

0 comments on commit 81563b9

Please sign in to comment.