Skip to content

Remix migration (#24) #1

Remix migration (#24)

Remix migration (#24) #1

Workflow file for this run

name: Secrets Check
on:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: validate github workflow files to have pinned versions
uses: digitalservicebund/github-actions/github-actions-linter@5009471245d84903ea1af84104eb1908f8e2b2a2
- name: Detect secrets in incoming commits with Talisman
# Third-party action, pin to commit SHA!
# See https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions
# enforced by digitalservicebund/github-actions/github-actions-linter
uses: carhartl/talisman-secrets-scan-action@702fc5c52170632a568124896148a80f38521ac4
- name: Send status to Slack
uses: digitalservicebund/notify-on-failure-gha@0b21f14f28717b3b756282824976cdd1354b1235 # v1.3.0
if: ${{ failure() }}
with:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}