Skip to content

Commit 1d80e8f

Browse files
committed
ci: update token
1 parent 02346e9 commit 1d80e8f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/gen_whl_to_pypi_rapidocr_api.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ jobs:
1818
python-version: '3.10'
1919
architecture: 'x64'
2020

21-
- name: Set SSH Environment
22-
env:
23-
DEPLOY_KEYS: ${{ secrets.GEN_PYTHON_SDK }}
24-
run: |
25-
mkdir -p ~/.ssh/
26-
echo "$DEPLOY_KEYS" > ~/.ssh/id_rsa
27-
chmod 600 ~/.ssh/id_rsa
28-
chmod 700 ~/.ssh && chmod 600 ~/.ssh/*
29-
3021
- name: Run setup.py
3122
run: |
3223
cd api

0 commit comments

Comments
 (0)