Remove developer role as not used on intg #1328
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Terraform check' | |
on: | |
push: | |
pull_request: | |
permissions: | |
id-token: write | |
contents: write | |
jobs: | |
check: | |
uses: nationalarchives/tdr-github-actions/.github/workflows/terraform_check.yml@main | |
with: | |
terraform-version: '1.5.0' | |
secrets: | |
MANAGEMENT_ACCOUNT: ${{ secrets.MANAGEMENT_ACCOUNT }} | |
WORKFLOW_PAT: ${{ secrets.WORKFLOW_PAT }} |