Skip to content

chore: Change security-scan workflow to inherit secrets #187

chore: Change security-scan workflow to inherit secrets

chore: Change security-scan workflow to inherit secrets #187

Workflow file for this run

---
on:
pull_request:
jobs:
techdocs:
permissions:
contents: read
id-token: write
packages: read
pull-requests: read
name: TechDocs
uses: coopnorge/github-workflow-techdocs/.github/workflows/techdocs.yaml@v0
build:
if: always()
needs:
- techdocs
runs-on: ubuntu-latest
steps:
- run: exit 1
if: |
needs.techdocs.result == 'failure'