Skip to content

Commit

Permalink
Fix runner repo name for ec2 runner (#11408)
Browse files Browse the repository at this point in the history
  • Loading branch information
supertopher authored Mar 24, 2022
1 parent 7b316d4 commit f341578
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/tophers_ec2_run_rate_limiter@v13
uses: supertopher/ec2-github-runner@v13
with:
mode: stop
github-token: ${{ secrets.AIRBYTEIO_PAT }}
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/tophers_ec2_run_rate_limiter@v13
uses: supertopher/ec2-github-runner@v13
with:
mode: stop
github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN_1 }}
Expand Down Expand Up @@ -495,7 +495,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/tophers_ec2_run_rate_limiter@v13
uses: supertopher/ec2-github-runner@v13
with:
mode: stop
github-token: ${{ secrets.AIRBYTEIO_PAT }}
Expand Down Expand Up @@ -619,7 +619,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/tophers_ec2_run_rate_limiter@v13
uses: supertopher/ec2-github-runner@v13
with:
mode: stop
github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN_1 }}
Expand Down Expand Up @@ -785,7 +785,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/tophers_ec2_run_rate_limiter@v13
uses: supertopher/ec2-github-runner@v13
with:
mode: stop
github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN_1 }}
Expand Down Expand Up @@ -918,7 +918,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/tophers_ec2_run_rate_limiter@v13
uses: supertopher/ec2-github-runner@v13
with:
mode: stop
github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN_1 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-airbyte-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: supertopher/tophers_ec2_run_rate_limiter@v13
uses: supertopher/ec2-github-runner@v13
with:
mode: stop
github-token: ${{ secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN }}
Expand Down

0 comments on commit f341578

Please sign in to comment.