1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-21 03:24:31 -05:00

Fix secrets retrieval in build-self-host workflow (#2696)

This commit is contained in:
Michał Chęciński 2023-02-15 11:45:27 +01:00 committed by GitHub
parent 5aa8f3db81
commit 8138db396b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,8 +68,7 @@ jobs:
secrets: "docker-password,
docker-username,
dct-delegate-2-repo-passphrase,
dct-delegate-2-key
github-pat-bitwarden-devops-bot-repo-scope"
dct-delegate-2-key"
- name: Log into Docker
if: ${{ env.is_publish_branch == 'true' }}