Skip to content

Check for moratorium #1

Check for moratorium

Check for moratorium #1

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 }}