Skip to content

Commit a014192

Browse files
committed
Doc generation doesn't need RC credentials
1 parent b3bba8c commit a014192

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release-github-pages.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: Generate Python Docs
32

43
on:
@@ -22,11 +21,6 @@ jobs:
2221
python-version: ${{ matrix.python-version }}
2322

2423
- name: Generate Docs
25-
env:
26-
RINGCENTRAL_SERVER_URL: ${{secrets.RINGCENTRAL_SERVER_URL}}
27-
RINGCENTRAL_CLIENT_ID: ${{secrets.RINGCENTRAL_CLIENT_ID}}
28-
RINGCENTRAL_CLIENT_SECRET: ${{secrets.RINGCENTRAL_CLIENT_SECRET}}
29-
RINGCENTRAL_JWT_TOKEN: ${{secrets.RINGCENTRAL_JWT_TOKEN}}
3024
run: |
3125
#Create virtual environment
3226
python -m venv venv

0 commit comments

Comments
 (0)