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