From 6d6d89d66d2bfeebfa75630111ccd1cd06330805 Mon Sep 17 00:00:00 2001 From: Florian Herrengt Date: Thu, 2 Feb 2023 11:12:31 +0000 Subject: [PATCH] add nats password to prod --- .github/workflows/master.yaml | 1 - .github/workflows/production.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index a6d5172..12b6ec5 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -7,7 +7,6 @@ env: ENCRYPTION_KEY: ${{ secrets.ENCRYPTION_KEY }} DOCKERCONFIG_JSON: ${{ secrets.DOCKERCONFIG_JSON }} NATS_STAGING_PASSWORD: ${{ secrets.NATS_STAGING_PASSWORD }} - NATS_PRODUCTION_PASSWORD: ${{ secrets.NATS_PRODUCTION_PASSWORD }} jobs: deploy: runs-on: ubuntu-latest diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 55f070d..d3ab92e 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -6,6 +6,7 @@ on: env: ENCRYPTION_KEY: ${{ secrets.ENCRYPTION_KEY }} DOCKERCONFIG_JSON: ${{ secrets.DOCKERCONFIG_JSON }} + NATS_PRODUCTION_PASSWORD: ${{ secrets.NATS_PRODUCTION_PASSWORD }} jobs: deploy: runs-on: ubuntu-latest