Update 0x049201f03a0f0a9e70e28dcd74cbf44931174dbe3cc4b2ff488898339959… #3
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
# .github/workflows/caller-workflow.yml | |
name: Token Update Caller | |
on: | |
pull_request: | |
types: [closed] | |
jobs: | |
call-update-token: | |
if: github.event.pull_request.merged == true | |
uses: ./.github/workflows/token-update-reusable.yml | |
with: | |
pull_request_number: ${{ github.event.pull_request.number }} | |
secrets: | |
UPDATE_SECRET: ${{ secrets.UPDATE_SECRET }} |