Skip to content

AEA-3612 Copy getSecrets layer to seperate repo #1

AEA-3612 Copy getSecrets layer to seperate repo

AEA-3612 Copy getSecrets layer to seperate repo #1

Workflow file for this run

name: deploy_pr
on:
pull_request:
branches: [main]
env:
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
jobs:
quality_checks:
uses: ./.github/workflows/quality_checks.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}