[BRE-848] Add Workflow Permissions (#15328)

(cherry picked from commit 78bebe66eade4219b3443c8f099c563e33b175c9)
This commit is contained in:
Andy Pixley 2025-06-26 12:57:01 -04:00
parent 747c2fd6a1
commit f13af84f41
No known key found for this signature in database
GPG Key ID: 4025C92FEDF5ED81
2 changed files with 4 additions and 0 deletions

View File

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

View File

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