Skip to content

Commit

Permalink
alt cluster option
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Nov 3, 2024
1 parent d8694f4 commit 1a598b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
description: 'nomad archive.org production cluster credentials - store in your repo GitHub Secrets'
required: false

NOMAD_TOKEN_EXT:
description: 'nomad archive.org ext cluster credentials - store in your repo GitHub Secrets'
required: false

NOMAD_SECRETS:
# NOTE: requires '=' char key/val separator instead of ':' (which would be actual JSON).
# NOTE: the values *in reality* should all be like the last value.
Expand Down Expand Up @@ -220,6 +224,7 @@ jobs:
NOMAD_ADDR: ${{ inputs.NOMAD_ADDR }}
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
NOMAD_TOKEN_PROD: ${{ secrets.NOMAD_TOKEN_PROD }}
NOMAD_TOKEN_EXT: ${{ secrets.NOMAD_TOKEN_EXT }}
CI_REGISTRY_READ_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NOMAD_SECRETS: ${{ secrets.NOMAD_SECRETS }}
PRIVATE_REPO: ${{ github.event.repository.private }}
Expand Down

0 comments on commit 1a598b6

Please sign in to comment.