Skip to content

Commit

Permalink
fix: 워크플로우 환경변수 인식 못함
Browse files Browse the repository at this point in the history
  • Loading branch information
iicdii committed May 15, 2024
1 parent f09e356 commit 5a4d391
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fetch_top_articles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:

# 스크립트 실행
- name: Run fetchTopArticles.js
env:
SERVICE_ACCOUNT_KEY: ${{ secrets.SERVICE_ACCOUNT_KEY }}
run: pnpm weekly

# Git 설정
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/manual_fetch_top_articles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:

# 스크립트 실행
- name: Run fetchTopArticles.js
env:
SERVICE_ACCOUNT_KEY: ${{ secrets.SERVICE_ACCOUNT_KEY }}
run: pnpm weekly

# Git 설정
Expand Down

0 comments on commit 5a4d391

Please sign in to comment.