Add top-level permissions block to satisfy workflow linter (#383)

This commit is contained in:
Vince Grassia
2025-07-07 16:45:14 +00:00
committed by GitHub
parent 8bb7e6962a
commit f8c7e0c779
3 changed files with 9 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ on:
env:
_AZ_REGISTRY: bitwardenprod.azurecr.io
permissions:
contents: read
jobs:
build-docker:
name: Build Docker image

View File

@@ -10,6 +10,9 @@ on:
workflow_dispatch:
permissions:
contents: read
jobs:
build-image:
name: Build Image

View File

@@ -19,6 +19,9 @@ on:
env:
_AZ_REGISTRY: bitwardenprod.azurecr.io
permissions:
contents: read
jobs:
setup:
name: Setup