1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 10:03:21 +00:00

[BRE-848] Adding Workflow Permissions (#15250)

This commit is contained in:
Andy Pixley
2025-06-20 12:34:18 -04:00
committed by GitHub
parent 750cfeea72
commit a4ef61e1fc
8 changed files with 29 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ jobs:
setup:
name: Setup
runs-on: ubuntu-22.04
permissions:
contents: read
outputs:
release_version: ${{ steps.version.outputs.version }}
tag_version: ${{ steps.version.outputs.tag }}
@@ -50,6 +52,8 @@ jobs:
runs-on: ubuntu-22.04
needs:
- setup
permissions:
contents: write
steps:
- name: Download latest build artifacts
if: ${{ github.event.inputs.release_type != 'Dry Run' }}