Update 0x03db6034c76bf1898ebac71a00651f7243d7c147578f157ad96717add61e… #4
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 }} |