Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
BC-6810 - add missing env to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Mar 14, 2024
1 parent e09a967 commit 2e183ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on: [push, pull_request]
permissions:
contents: read

env:
tenants: "dbc"

jobs:
branch_meta:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/doido-mongo/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DOIDO_MONGO_REPO_NAME: doido-mongo
DOIDO_MONGO_IMAGE_NAME:

0 comments on commit 2e183ad

Please sign in to comment.