Skip to content

fix: Use environment variables for script inputs in all workflows #165

fix: Use environment variables for script inputs in all workflows

fix: Use environment variables for script inputs in all workflows #165

name: Add team label
on:
pull_request:
types:
- opened
jobs:
add-team-label:
uses: ./.github/workflows/add-team-label.yml
secrets:
TEAM_LABEL_TOKEN: ${{ secrets.TEAM_LABEL_TOKEN }}