Skip to content

ci: Configure AWS credentials #1

ci: Configure AWS credentials

ci: Configure AWS credentials #1

Workflow file for this run

name: Deploy Infrastructure
on:
push:
branches:
- main
permissions:
contents: read
id-token: write
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4
with:
role-to-assume: arn:aws:iam::022327457572:role/ks-infrastructure-maintainer
aws-region: eu-west-1
- name: Terraform Init
run: terraform init
working-directory: terraform