Skip to content

Commit

Permalink
ワークフロー修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Nov 12, 2024
1 parent f2fad18 commit 76c6f89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/auto_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: Set environment variables from .env file1
run: |
echo "${{ secrets.DB_ENV_FILE }}" > .env
- name: Set environment variables from .env file
- name: Set environment variables from .env file2
working-directory: app
run: |
echo "${{ secrets.ENV_FILE }}" > .env
Expand Down

0 comments on commit 76c6f89

Please sign in to comment.