Skip to content

fix: remove terraform cloud env vars from terraform workflows #51

fix: remove terraform cloud env vars from terraform workflows

fix: remove terraform cloud env vars from terraform workflows #51

Workflow file for this run

---
name: Continuous Delivery
on:
push:
branches: [main]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
permissions:
contents: write
id-token: write
issues: write
discussions: write
packages: write
pull-requests: write
jobs:
release:
uses: ./.github/workflows/semantic-release.yml
secrets:
token: ${{ secrets.GH_PAT }}