Skip to content

Merge pull request #407 from stevenc987/main #6

Merge pull request #407 from stevenc987/main

Merge pull request #407 from stevenc987/main #6

name: Business AR Reminder CD
on:
push:
branches:
- main
paths:
- "jobs/ar-reminder/**"
workflow_dispatch:
inputs:
target:
description: "Deploy To"
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
jobs:
business-ar-reminder-cd:

Check failure on line 22 in .github/workflows/business-ar-reminder-cd.yaml

View workflow run for this annotation

GitHub Actions / Business AR Reminder CD

Invalid workflow file

The workflow is not valid. .github/workflows/business-ar-reminder-cd.yaml (Line: 22, Col: 3): Error calling workflow 'bcgov/bcregistry-sre/.github/workflows/backend-job-cd.yaml@main'. The nested job 'deploy' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: bcgov/bcregistry-sre/.github/workflows/backend-job-cd.yaml@main
with:
target: ${{ inputs.target }}
app_name: "business-ar-reminder"
working_directory: "./jobs/ar-reminder"
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}