feat: add more problems for 第1回 and 第2回 (#162) #92
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 staging | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- '**.md' | |
- '**/docs/**' | |
concurrency: | |
group: ${{ github.workflow }} | |
cancel-in-progress: false | |
jobs: | |
deploy: | |
uses: exKAZUu-Research/reusable-workflows/.github/workflows/deploy.yml@main | |
with: | |
environment: staging | |
secrets: | |
DOT_ENV: ${{ secrets.DOT_ENV_STAGING }} | |
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} | |
GCP_SA_KEY_JSON: ${{ secrets.GCP_SA_KEY }} | |
GH_TOKEN: ${{ secrets.GH_BOT_PAT }} |