Skip to content

Commit

Permalink
[release] .env 값 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeesw authored Aug 25, 2024
1 parent 554827f commit e89fefe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
ACCESS_TOKEN_EXPIRE_TIME: ${{ secrets.ACCESS_TOKEN_EXPIRE_TIME }}
REFRESH_TOKEN_EXPIRE_TIME: ${{ secrets.REFRESH_TOKEN_EXPIRE_TIME }}
REDIS_HOST: ${{ secrets.REDIS_HOST }}
AWS_S3_BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME }}
AWS_S3_BUCKET_ACCESS_KEY: ${{ secrets.S3_BUCKET_ACCESS_KEY }}
AWS_S3_BUCKET_SECRET_KEY: ${{ secrets.S3_BUCKET_SECRET_KEY }}
IS_LOCAL: ${{ secrets.IS_LOCAL }}

- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e89fefe

Please sign in to comment.