1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-27 06:08:48 -05:00

[BRE-848] Fixing release workflow permissions (#6002)

This commit is contained in:
Andy Pixley 2025-06-25 14:39:35 -04:00 committed by GitHub
parent 5d9071da1f
commit 71aae24246
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,6 +59,8 @@ jobs:
name: Create GitHub release
runs-on: ubuntu-22.04
needs: setup
permissions:
contents: write
steps:
- name: Download latest release Docker stubs
if: ${{ inputs.release_type != 'Dry Run' }}