mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-28 06:15:46 +00:00
Add top-level permissions block to satisfy workflow linter (#383)
This commit is contained in:
3
.github/workflows/build-unified.yml
vendored
3
.github/workflows/build-unified.yml
vendored
@@ -23,6 +23,9 @@ on:
|
||||
env:
|
||||
_AZ_REGISTRY: bitwardenprod.azurecr.io
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build-docker:
|
||||
name: Build Docker image
|
||||
|
||||
3
.github/workflows/release-digital-ocean.yml
vendored
3
.github/workflows/release-digital-ocean.yml
vendored
@@ -10,6 +10,9 @@ on:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build-image:
|
||||
name: Build Image
|
||||
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -19,6 +19,9 @@ on:
|
||||
env:
|
||||
_AZ_REGISTRY: bitwardenprod.azurecr.io
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
name: Setup
|
||||
|
||||
Reference in New Issue
Block a user