changed token key

This commit is contained in:
Wilson Freitas
2024-02-17 12:27:17 -03:00
parent e1e0ec1203
commit 89a4093a1e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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: