Skip to content

ci: improve error reporting in terraform-newrelic workflow #56

ci: improve error reporting in terraform-newrelic workflow

ci: improve error reporting in terraform-newrelic workflow #56

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 }}