Skip to content

Commit

Permalink
chore: add http auth
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Sep 5, 2024
1 parent a6b91e1 commit decabec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,6 @@ jobs:
env:
NOMAD_ADDR: ${{ vars.NOMAD_ADDR }}
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
NOMAD_HTTP_AUTH: ${{ secrets.NOMAD_HTTP_AUTH }}
run: |
nomad var put -force nomad/jobs/prose-app-web IMAGE_TAG=${{ needs.build.outputs.tag }}

0 comments on commit decabec

Please sign in to comment.