Skip to content

Commit bbf322c

Browse files
committed
#43 AWS認証情報の設定ステップを削除し、Node.jsのセットアップステップを追加
1 parent 9a54dc8 commit bbf322c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tfdrift.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Checkout Repository
1717
uses: actions/checkout@v4
1818

19-
- name: Configure AWS credentials
20-
uses: aws-actions/configure-aws-credentials@v4
19+
- name: Setup Node.js
20+
uses: actions/setup-node@v4
2121
with:
22-
aws-region: ap-northeast-2
22+
node-version: '18'
2323

2424
- name: Install AWS CLI
2525
run: |

0 commit comments

Comments
 (0)