mirror of
https://github.com/bitwarden/server.git
synced 2025-06-25 13:18:48 -05:00
[BRE-848] Fixing release workflow permissions
This commit is contained in:
parent
74964bf170
commit
4bdcb86330
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user