mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[BRE-831] Fixing permissions (#15713)
This commit is contained in:
2
.github/workflows/deploy-web.yml
vendored
2
.github/workflows/deploy-web.yml
vendored
@@ -277,6 +277,8 @@ jobs:
|
||||
- artifact-check
|
||||
runs-on: ubuntu-22.04
|
||||
if: ${{ always() && ( contains( inputs.environment , 'QA' ) || contains( inputs.environment , 'DEV' ) ) }}
|
||||
permissions:
|
||||
id-token: write
|
||||
outputs:
|
||||
channel_id: ${{ steps.slack-message.outputs.channel_id }}
|
||||
ts: ${{ steps.slack-message.outputs.ts }}
|
||||
|
||||
Reference in New Issue
Block a user