Skip to content

Commit

Permalink
fixup! workflow: workaround to setup machine
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed May 2, 2024
1 parent 278344d commit ebccfff
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/run_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ permissions:

jobs:
start-instance:
- id: start_instance
name: Start/Stop Runner Instance
shell: bash
env:
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
name: Start/Stop Runner Instance
shell: bash
env:
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
${GITHUB_ACTION_PATH}/instance_start_stop.bash --instance-id=${{ env.INSTANCE_ID }} --action=${{ inputs.action }}
Expand Down

0 comments on commit ebccfff

Please sign in to comment.