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 e96e23e commit 0ad080c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
python -m pip install --upgrade pip
pip install -e .
- name: Auth to GCP
uses: "google-github-actions/auth@v1"
with:
credentials_json: ${{ secrets.BLOGSPOT_BASE64 }}

- name: execute python script
env:
BLOG_NAME: ${{ secrets.BLOG_NAME }}
Expand Down
4 changes: 2 additions & 2 deletions src/goldminer/automations/a1.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
from goldminer.tasks.tistory import write_tistory_post
write_tistory_post("국내증시 " + today, content)

from goldminer.tasks.blogger import create_blogger_post
create_blogger_post("국내 증시 " + today, content)
#from goldminer.tasks.blogger import create_blogger_post
#create_blogger_post("국내 증시 " + today, content)

0 comments on commit 0ad080c

Please sign in to comment.