Skip to content

fix: Define secrets on workflow calls #18

fix: Define secrets on workflow calls

fix: Define secrets on workflow calls #18

Workflow file for this run

---
name: 'Validate PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
- assigned
jobs:
pr-validation:
uses: ./.github/workflows/pr-validation.yml
secrets:
BOT_ACCESS_TOKEN: "${{ fromJSON(secrets.VAULT_KV_1D187965_OP_GITHUB_INFRALOVERS).PAT }}"