mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 02:23:44 +00:00
[BRE-831] migrate secrets akv (#15158)
This commit is contained in:
5
.github/workflows/build-cli-target.yml
vendored
5
.github/workflows/build-cli-target.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
check-run:
|
||||
name: Check PR run
|
||||
uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
run-workflow:
|
||||
name: Build CLI
|
||||
@@ -35,4 +37,7 @@ jobs:
|
||||
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
|
||||
uses: ./.github/workflows/build-cli.yml
|
||||
secrets: inherit
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
|
||||
Reference in New Issue
Block a user