Skip to content

Instantly share code, notes, and snippets.

@iuuso
iuuso / deploy.yml
Created August 31, 2024 11:43
Github Actions Example for deploying CDKTF applications to Azure using OIDC
name: Deploy CDKTF
on:
push:
branches:
- main
permissions:
id-token: write
contents: read