mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -05:00
[BRE-831] Updating permissions for ephemeral env workflow
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -596,7 +596,9 @@ jobs:
|
||||
project: server
|
||||
pull_request_number: ${{ github.event.number || 0 }}
|
||||
secrets: inherit
|
||||
permissions: read-all
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
check-failures:
|
||||
name: Check for failures
|
||||
|
4
.github/workflows/ephemeral-environment.yml
vendored
4
.github/workflows/ephemeral-environment.yml
vendored
@ -4,6 +4,10 @@ on:
|
||||
pull_request:
|
||||
types: [labeled]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
setup-ephemeral-environment:
|
||||
name: Setup Ephemeral Environment
|
||||
|
Reference in New Issue
Block a user