Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Sep 7, 2023
1 parent b0f1f8a commit 6e943e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cloudbabbel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Set up AWS CLI
run: |
./installAwsCli.sh
sudo ./installAwsCli.sh
aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }}
aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws configure set default.region ap-northeast-1
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Start luftballon
run: |
./init.sh
sudo ./init.sh
- name: open seasame
run: |
Expand All @@ -53,4 +53,4 @@ jobs:
- name: Cleanup Step
if: cancelled() || failure()
run: |
./delete.sh luftballon
sudo ./delete.sh luftballon

0 comments on commit 6e943e0

Please sign in to comment.