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 dc3c6c3 commit 73adcd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,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-docs IMAGE_TAG=${{ needs.build.outputs.revision }}

0 comments on commit 73adcd2

Please sign in to comment.