Skip to content

Commit

Permalink
Use forked runner (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
theodur authored Jan 14, 2022
1 parent 2b0c4df commit c5055d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/content-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Start EC2 Runner
id: start-ec2-runner
uses: oseasmoran73/ec2-github-runner@main
uses: department-of-veterans-affairs/ec2-github-runner@main
with:
mode: start
github-token: ${{ env.VA_VSP_BOT_GITHUB_TOKEN }}
Expand Down Expand Up @@ -638,7 +638,7 @@ jobs:
env_variable_name: VA_VSP_BOT_GITHUB_TOKEN

- name: Stop Runner
uses: oseasmoran73/ec2-github-runner@main
uses: department-of-veterans-affairs/ec2-github-runner@main
with:
mode: stop
github-token: ${{ env.VA_VSP_BOT_GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Start EC2 Runner
id: start-ec2-runner
uses: oseasmoran73/ec2-github-runner@main
uses: department-of-veterans-affairs/ec2-github-runner@main
with:
mode: start
github-token: ${{ env.VA_VSP_BOT_GITHUB_TOKEN }}
Expand Down Expand Up @@ -930,7 +930,7 @@ jobs:
env_variable_name: VA_VSP_BOT_GITHUB_TOKEN

- name: Stop Runner
uses: oseasmoran73/ec2-github-runner@main
uses: department-of-veterans-affairs/ec2-github-runner@main
with:
mode: stop
github-token: ${{ env.VA_VSP_BOT_GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Start EC2 Runner
id: start-ec2-runner
uses: oseasmoran73/ec2-github-runner@main
uses: department-of-veterans-affairs/ec2-github-runner@main
with:
mode: start
github-token: ${{ env.VA_VSP_BOT_GITHUB_TOKEN }}
Expand Down Expand Up @@ -557,7 +557,7 @@ jobs:
env_variable_name: VA_VSP_BOT_GITHUB_TOKEN

- name: Stop Runner
uses: oseasmoran73/ec2-github-runner@main
uses: department-of-veterans-affairs/ec2-github-runner@main
with:
mode: stop
github-token: ${{ env.VA_VSP_BOT_GITHUB_TOKEN }}
Expand Down

0 comments on commit c5055d2

Please sign in to comment.