Check for moratorium #1
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: Check for moratorium | |
on: [workflow_dispatch, workflow_call] | |
jobs: | |
moratoriumCheck: | |
runs-on: ubuntu-latest | |
environment: ChangeManagement | |
steps: | |
# checkout required to get github.sha | |
- uses: actions/checkout@v3 | |
- env: | |
TPS_API_TOKEN: ${{ secrets.TPS_API_TOKEN_PARAM }} | |
run: ./scripts/release/tps_check_lock cli ${{ github.sha }} |