Skip to content

Commit 0fa435a

Browse files
committed
fix:specified single python env and changed token name
1 parent 317f5a7 commit 0fa435a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/normalize_repos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.5, 3.6, 3.7, 3.8]
13+
python-version: [3.7]
1414

1515
steps:
1616
- uses: actions/checkout@v2
@@ -26,6 +26,6 @@ jobs:
2626
pipenv install
2727
- name: Export token to env and run normalize script
2828
run: |
29-
export GITHUB_TOKEN=${{ secrets.github_token }}
29+
export GITHUB_TOKEN=${{ secrets.ADMIN_GITHUB_TOKEN }}
3030
python3 normalize_repos.py
3131

0 commit comments

Comments
 (0)