Skip to content

Commit

Permalink
更新ACTION
Browse files Browse the repository at this point in the history
  • Loading branch information
AFAN-LIFE committed Aug 9, 2024
1 parent 15bd1f6 commit 2528e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: update tushare data
env:
TUSHARE: ${{ secrets.TUSHARE_TOKEN}} # 将TUSHARE密钥传递给环境变量
TUSHARE_TOKEN: ${{secrets.TUSHARE_TOKEN}} # 将TUSHARE密钥传递给环境变量
run: python etl/tushare_etl.py

0 comments on commit 2528e98

Please sign in to comment.