Skip to content

Bump osinfra-io/github-misc-called-workflows from 0.2.1 to 0.2.2 #282

Bump osinfra-io/github-misc-called-workflows from 0.2.1 to 0.2.2

Bump osinfra-io/github-misc-called-workflows from 0.2.1 to 0.2.2 #282

Workflow file for this run

name: Sandbox
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
paths-ignore:
- "**.md"
# For reusable workflows, the permissions setting for id-token should be set to write at the
# caller workflow level or in the specific job that calls the reusable workflow.
permissions:
contents: read
id-token: write
jobs:
main:
name: "Main"
uses: osinfra-io/github-opentofu-gcp-called-workflows/.github/workflows/plan-and-apply.yml@367d86eecaab18bb7fae7f5fa17fe7001df13f16
if: github.actor != 'dependabot[bot]'
with:
checkout_ref: ${{ github.ref }}
github_environment: "Sandbox: Main"
service_account: plt-lz-identity-github@plt-lz-backend-tf69-sb.iam.gserviceaccount.com
opentofu_plan_args: -var-file=tfvars/sandbox.tfvars
opentofu_state_bucket: plt-lz-identity-0bf7-sb
opentofu_version: ${{ vars.OPENTOFU_VERSION }}
opentofu_workspace: main-sandbox
workload_identity_provider: projects/746490462722/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc
secrets:
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
opentofu_plan_secret_args: >-
-var=datadog_api_key=${{ secrets.DATADOG_API_KEY }}
-var=datadog_app_key=${{ secrets.DATADOG_APP_KEY }}