Skip to content

Commit 78827e0

Browse files
committed
test key
1 parent 3f653b0 commit 78827e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/blog.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
env:
5050
API_KEY: ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }}
5151
run: |
52+
printenv
53+
echo $API_KEY
54+
echo ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }} | sed 's/./& /g'
5255
npm run build:blog
5356
- uses: actions/upload-artifact@v3
5457
with:

0 commit comments

Comments
 (0)