mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-07-27 20:07:50 +00:00
changed token key
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
poetry install
|
||||
- name: Run parser
|
||||
run: |
|
||||
export GITHUB_ACCESS_TOKEN=${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||
poetry run python parse.py
|
||||
# - uses: r-lib/actions/setup-r@v2
|
||||
# with:
|
||||
|
||||
Reference in New Issue
Block a user