Add API commit hash to version bump event

This commit is contained in:
Emad Kheir 2021-05-19 13:05:39 +01:00 committed by GitHub
parent f264217496
commit 2b057723fe

View file

@ -25,3 +25,4 @@ jobs:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: ${{ matrix.repo }}
event-type: api-update
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'