chore(runway): cherry-pick fix: validate type of security data in token details and fetch when necessary cp-7.76.0 #13411
Workflow file for this run
This file contains hidden or 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: Add team label | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| jobs: | |
| add-team-label: | |
| name: Add team label | |
| if: ${{ !github.event.pull_request.head.repo.fork }} | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Add team label | |
| uses: MetaMask/github-tools/.github/actions/add-team-label@v1 | |
| with: | |
| team-label-token: ${{ secrets.TEAM_LABEL_TOKEN }} |