Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Aug 8, 2024
1 parent bbae3f4 commit bfd9d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-publish-test-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Restart web server
run: ./internal-scripts/ci-cd/publish/restart-web-server.rb
env:
ID_TOKEN: ${{ steps.get-id-token.outputs.id-token }}
ID_TOKEN: ${{ steps.get-id-token.outputs.id_token }}


### Run tests ###
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-publish-test-production.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Restart web server
run: ./internal-scripts/ci-cd/publish/restart-web-server.rb
env:
ID_TOKEN: ${{ steps.get-id-token.outputs.id-token }}
ID_TOKEN: ${{ steps.get-id-token.outputs.id_token }}


### Run tests ###
Expand Down

0 comments on commit bfd9d63

Please sign in to comment.