Skip to content

22468 - Launch Tiles (#3134) #24

22468 - Launch Tiles (#3134)

22468 - Launch Tiles (#3134) #24

Workflow file for this run

name: Auth API CD
on:
push:
branches:
- main
- feature*
- hotfix*
paths:
- "auth-api/**"
workflow_dispatch:
inputs:
target:
description: "Deploy To"
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
jobs:
auth-api-cd:

Check failure on line 24 in .github/workflows/auth-api-cd.yml

View workflow run for this annotation

GitHub Actions / Auth API CD

Invalid workflow file

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