Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Choonho Son <[email protected]>
  • Loading branch information
Choonho Son committed Oct 31, 2023
1 parent 6e417e5 commit 74cbd17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
- Bolby
env:
PERSONA: ${{ github.event.inputs.persona }}
BLOG_NAME: ${{ secrets.BLOG_NAME }}
NAVER_CLIENT_ID: ${{ secrets.NAVER_CLIENT_ID }}
NAVER_CLIENT_SECRET: ${{ secrets.NAVER_CLIENT_SECRET }}
TISTORY_ACCESS_TOKEN: ${{ secrets.TISTORY_ACCESS_TOKEN }}
Expand All @@ -40,4 +39,6 @@ jobs:
echo $BLOG_NAME
- name: execute python script
env:
BLOG_NAME: ${{ secrets.BLOG_NAME }}
run: python src/goldminer/automations/a1.py

0 comments on commit 74cbd17

Please sign in to comment.