Skip to content

Commit 3f653b0

Browse files
committed
change env placement
1 parent 31c3da9 commit 3f653b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
- "dependencies.R"
88
- ".github/workflows/blog.yaml"
99
workflow_dispatch:
10-
env:
11-
API_KEY: ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }}
1210
jobs:
1311
blog:
1412
runs-on: ubuntu-latest
@@ -48,6 +46,8 @@ jobs:
4846
${{ runner.os }}-blogdown2-${{ hashFiles('environment.yml') }}-
4947
${{ runner.os }}-blogdown2-
5048
- name: Build site
49+
env:
50+
API_KEY: ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }}
5151
run: |
5252
npm run build:blog
5353
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)