Skip to content

[PM-19601] Introduce options for adding certificates to trust without root #132

[PM-19601] Introduce options for adding certificates to trust without root

[PM-19601] Introduce options for adding certificates to trust without root #132

Workflow file for this run

name: Build on PR Target
on:
pull_request_target:
types: [opened, synchronize]
defaults:
run:
shell: bash
jobs:
check-run:
name: Check PR run
uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main
run-workflow:
name: Run Build on PR Target
needs: check-run
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
uses: ./.github/workflows/build.yml
secrets: inherit