Skip to content

Pull request

Pull request #677

Workflow file for this run

name: Pull request
permissions:
id-token: write
contents: read
on:
pull_request:
types:
- opened
- reopened
- ready_for_review
- synchronize
merge_group:
jobs:
run-checks:
uses: ./.github/workflows/run-checks.yml
secrets:
SAM_APP_VALIDATE_ROLE_ARN: ${{ secrets.SAM_APP_VALIDATE_ROLE_ARN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}