mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-04 21:04:29 +08:00
[BRE-831] Fixing PR target permissions (#15729)
This commit is contained in:
parent
9839087b00
commit
6aa59d5ba7
3
.github/workflows/build-browser-target.yml
vendored
3
.github/workflows/build-browser-target.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
||||
uses: ./.github/workflows/build-browser.yml
|
||||
secrets: inherit
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
pull-requests: write
|
||||
id-token: write
|
||||
|
||||
|
||||
3
.github/workflows/build-desktop-target.yml
vendored
3
.github/workflows/build-desktop-target.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
||||
uses: ./.github/workflows/build-desktop.yml
|
||||
secrets: inherit
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
pull-requests: write
|
||||
id-token: write
|
||||
|
||||
|
||||
3
.github/workflows/build-web-target.yml
vendored
3
.github/workflows/build-web-target.yml
vendored
@ -37,7 +37,8 @@ jobs:
|
||||
uses: ./.github/workflows/build-web.yml
|
||||
secrets: inherit
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
pull-requests: write
|
||||
id-token: write
|
||||
security-events: write
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user