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 74cbd17 commit a31edcd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ on:
- Bolby
env:
PERSONA: ${{ github.event.inputs.persona }}
NAVER_CLIENT_ID: ${{ secrets.NAVER_CLIENT_ID }}
NAVER_CLIENT_SECRET: ${{ secrets.NAVER_CLIENT_SECRET }}
TISTORY_ACCESS_TOKEN: ${{ secrets.TISTORY_ACCESS_TOKEN }}

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -36,9 +32,13 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
echo $BLOG_NAME
- name: execute python script
env:
BLOG_NAME: ${{ secrets.BLOG_NAME }}
run: python src/goldminer/automations/a1.py
NAVER_CLIENT_ID: ${{ secrets.NAVER_CLIENT_ID }}
NAVER_CLIENT_SECRET: ${{ secrets.NAVER_CLIENT_SECRET }}
TISTORY_ACCESS_TOKEN: ${{ secrets.TISTORY_ACCESS_TOKEN }}
run: |
env
python src/goldminer/automations/a1.py

0 comments on commit a31edcd

Please sign in to comment.