Skip to content

Commit

Permalink
Switch to forked JWT exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Mar 15, 2024
1 parent 5fde1e7 commit 4947a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deactivate-enviroments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: lucasmelin/[email protected]

- name: Exchange GitHub JWT for Nomad token
uses: mikenomitch/nomad-jwt-auth@v0.1.0
uses: RoboJackets/nomad-jwt-auth@main
with:
url: https://nomad.bcdc.robojackets.net
jwtGithubAudience: https://nomad.bcdc.robojackets.net
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sed -i '/job "apiary" {/c\job "apiary-${{ inputs.environment }}" {' apiary.nomad
- name: Exchange GitHub JWT for Nomad token
uses: mikenomitch/nomad-jwt-auth@v0.1.0
uses: RoboJackets/nomad-jwt-auth@main
with:
url: https://nomad.bcdc.robojackets.net
jwtGithubAudience: https://nomad.bcdc.robojackets.net
Expand Down

0 comments on commit 4947a65

Please sign in to comment.