Merge pull request #761 from worldcoin/cdamavandi-patch-1 #149
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update deployment ref number | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
update-deployment: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: 8BitJonny/[email protected] | |
id: PR | |
- name: Repository Dispatch | |
uses: peter-evans/repository-dispatch@v2 | |
with: | |
token: ${{ secrets.GIT_HUB_TOKEN }} | |
repository: worldcoin/signup-sequencer-deploy | |
event-type: update-ref | |
client-payload: | | |
{ | |
"ref": "${{ github.sha }}", | |
"issuer": "${{ steps.PR.outputs.pr_url }}" | |
} |