Skip to content

Commit

Permalink
Update instance_on_off.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NohGaSeong authored Jul 3, 2024
1 parent c871c83 commit 60e8efe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/instance_on_off.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-2

- name: create .env
run: |
Expand Down

0 comments on commit 60e8efe

Please sign in to comment.