Skip to content

Tweak verbiage

Tweak verbiage #27

Workflow file for this run

name: Deploy Sandbox Environment
on:
pull_request:
branches: [ "**" ]
permissions:
id-token: write
contents: read
jobs:
build-matrix:

Check failure on line 12 in .github/workflows/deploy-sandbox.yml

View workflow run for this annotation

GitHub Actions / Deploy Sandbox Environment

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-sandbox.yml (Line: 12, Col: 3): Error calling workflow 'launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.1.1'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
permissions:
contents: read
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.1.1
with:
platform_environment: sandbox
call-terragrunt-deploy:
needs: build-matrix
permissions:
contents: read
id-token: write
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.1.1
with:
tf_version: '1.5.5'
tg_version: '0.54.11'
environment: ${{ matrix.terragrunt_environment.environment }}
region: ${{ matrix.terragrunt_environment.region }}
env_id: ${{ matrix.terragrunt_environment.instance }}
secrets: inherit