Skip to content

fix typo in iam assume role #6

fix typo in iam assume role

fix typo in iam assume role #6

Workflow file for this run

name: Deploy
permissions:
id-token: write
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::686862074153:role/deploy
aws-region: eu-central-1
- name: init
run: |
cd tf
nix develop --command ./tofu-init.sh
- name: plan
run: nix develop --command tofu plan