Skip to content

Merge pull request #48 from agupta1411/task/add-okb-token-logo #45

Merge pull request #48 from agupta1411/task/add-okb-token-logo

Merge pull request #48 from agupta1411/task/add-okb-token-logo #45

Workflow file for this run

name: Assets Deployment
on:
push:
branches:
- main
workflow_dispatch:
inputs:
environment:
required: false
type: choice
description: "Select the environment to deploy to (optional for pushes)"
options:
- staging
- prod
jobs:
deploy:
uses: ./.github/workflows/build_and_deploy.yml
with:
environment: ${{ inputs.environment || 'dev' }}
secrets: inherit