Skip to content

Commit

Permalink
Correct repo for dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Jul 11, 2024
1 parent 8f6ca0a commit 9fd5c29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,9 @@ jobs:
- name: Repository dispatch to prisma/engines-wrapper
uses: peter-evans/repository-dispatch@v3
with:
repository: prisma/engines-wrapper
event-type: publish-engines
token: ${{ secrets.PRISMA_BOT_TOKEN }}
client-payload: '{ "commit": "${{ github.sha }}", "branch": "${{ github.ref_name }}" }'
token: ${{ secrets.PRISMA_BOT_TOKEN }}
- name: Cleanup local directories
run: rm -rf engines-artifacts engines-artifacts-for-r2 engines-artifacts-for-s3

0 comments on commit 9fd5c29

Please sign in to comment.