1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 09:33:27 +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

@@ -22,6 +22,8 @@ jobs:
setup:
name: Setup
runs-on: ubuntu-22.04
permissions:
contents: read
outputs:
release_version: ${{ steps.version.outputs.version }}
steps:
@@ -53,6 +55,8 @@ jobs:
name: Locales Test
runs-on: ubuntu-22.04
needs: setup
permissions:
contents: read
steps:
- name: Checkout repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -89,6 +93,8 @@ jobs:
needs:
- setup
- locales-test
permissions:
contents: write
steps:
- name: Download latest Release build artifacts
if: ${{ github.event.inputs.release_type != 'Dry Run' }}