Add secrets #67
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy develop | ||
on: | ||
push: | ||
branches: | ||
- develop | ||
- feature/* | ||
workflow_dispatch: | ||
jobs: | ||
call-deploy: | ||
uses: ./.github/workflows/deploy_dev_stg.yml | ||
Check failure on line 12 in .github/workflows/develop.yml GitHub Actions / Deploy developInvalid workflow file
|
||
with: | ||
app_env: develop |