Skip to content

feat: add helper text on String template edit modale (#648) #548

feat: add helper text on String template edit modale (#648)

feat: add helper text on String template edit modale (#648) #548

Workflow file for this run

name: Push on main (Check & Deploy)
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
permissions:
contents: read
actions: read
uses: ./.github/workflows/check.yaml
build_and_deploy:
needs: check
permissions:
contents: read
actions: read
id-token: 'write' # needed for using open id token to authenticate with GCP
uses: ./.github/workflows/build_and_deploy.yaml
with:
environment: 'staging'
version: latest
SENTRY_RELEASE: ${{ github.sha }}
secrets:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}