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:
7
.github/workflows/build_target.yml
vendored
7
.github/workflows/build_target.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user