Auto-unlock if save_locked_judgment_xml fails and unlock was requested #1505
Workflow file for this run
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: Source safety | |
on: | |
pull_request: | |
push: | |
jobs: | |
secrets: | |
name: Check for secrets | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: nationalarchives/tdr-github-actions/.github/actions/run-git-secrets@main |