1
0
mirror of https://github.com/bitwarden/server synced 2026-01-07 11:03:37 +00:00

[BRE-831] migrate secrets AKV (#5962)

This commit is contained in:
Andy Pixley
2025-07-09 15:02:11 -04:00
committed by GitHub
parent 12b2eeaa66
commit 5772c467de
10 changed files with 241 additions and 61 deletions

View File

@@ -14,6 +14,8 @@ jobs:
check-run:
name: Check PR run
uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main
permissions:
contents: read
run-workflow:
name: Run Build on PR Target
@@ -21,3 +23,8 @@ jobs:
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
uses: ./.github/workflows/build.yml
secrets: inherit
permissions:
contents: read
id-token: write
security-events: write