Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
types:
- published

permissions: {}

jobs:
format:
name: Format
Expand Down Expand Up @@ -40,7 +42,6 @@ jobs:
runs-on: ubuntu-24.04

permissions:
actions: write
contents: read
id-token: write

Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
private-key: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-KEY }}
owner: bitwarden
repositories: passwordless-devops
permission-actions: write # for running workflows in other repos

- name: Dispatch deployment
env:
Expand Down