1
0
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:
Andy Pixley
2025-07-21 16:17:39 -04:00
committed by GitHub
parent 77940116e6
commit 81ee26733e

View File

@@ -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 }}