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:
parent
5d9071da1f
commit
71aae24246
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