mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-10 10:27:10 -06:00
[BRE-848] Add Workflow Permissions (#15328)
(cherry picked from commit 78bebe66eade4219b3443c8f099c563e33b175c9)
This commit is contained in:
parent
747c2fd6a1
commit
f13af84f41
2
.github/workflows/release-cli.yml
vendored
2
.github/workflows/release-cli.yml
vendored
@ -55,6 +55,8 @@ jobs:
|
||||
name: Release
|
||||
runs-on: ubuntu-22.04
|
||||
needs: setup
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Download all Release artifacts
|
||||
if: ${{ inputs.release_type != 'Dry Run' }}
|
||||
|
||||
2
.github/workflows/release-desktop.yml
vendored
2
.github/workflows/release-desktop.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
||||
setup:
|
||||
name: Setup
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
contents: write
|
||||
outputs:
|
||||
release_version: ${{ steps.version.outputs.version }}
|
||||
release_channel: ${{ steps.release_channel.outputs.channel }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user