mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
[BRE-831] Fixing PR target permissions (#15729)
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user