Skip to content

Commit

Permalink
[CI] wip (#76)
Browse files Browse the repository at this point in the history
* start workflow

* fix

* fix

* Update .github/workflows/main.yml

Co-authored-by: Philipp Schmid <[email protected]>

* Update .github/workflows/main.yml

Co-authored-by: Philipp Schmid <[email protected]>

Co-authored-by: Philipp Schmid <[email protected]>
  • Loading branch information
stas00 and philschmid authored Aug 26, 2021
1 parent 3fd48db commit 6d88ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
aws-region: us-east-2
- name: Start EC2 runner
id: start-ec2-runner
uses: machulav/ec2-github-runner@v2
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
aws-region: us-east-2
- name: Stop EC2 runner
uses: machulav/ec2-github-runner@v2
with:
Expand Down

0 comments on commit 6d88ae2

Please sign in to comment.