Skip to content

s

s #5

Workflow file for this run

name: Deploy Staging
on:
push:
# @todo: remove v3 after merge is complete.
# @nocheckin : remove bkellam/release_cleanup
branches: [main, v3, bkellam/release_cleanup]
tags: ["v*.*.*"]
workflow_dispatch:
jobs:
deploy-staging:
uses: ./.github/workflows/_gcp-deploy.yml
secrets: inherit
permissions:
contents: 'read'
# Requird for OIDC auth with GCP.
# @see: https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
id-token: 'write'
with:
environment: staging