File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Release
66on :
77 push :
88 tags :
9- - ' * '
9+ - " * "
1010
1111jobs :
1212 release :
2323 python-version : ${{ matrix.python-version }}
2424
2525 - name : Test with pytest
26- env :
27- RINGCENTRAL_SERVER_URL : ${{secrets.RINGCENTRAL_SERVER_URL}}
28- RINGCENTRAL_CLIENT_ID : ${{secrets.RINGCENTRAL_CLIENT_ID}}
29- RINGCENTRAL_CLIENT_SECRET : ${{secrets.RINGCENTRAL_CLIENT_SECRET}}
30- RINGCENTRAL_JWT_TOKEN : ${{secrets.RINGCENTRAL_JWT_TOKEN}}
3126 run : |
3227 #Create virtual environment
3328 python -m venv venv
Original file line number Diff line number Diff line change 2020 python-version : ${{ matrix.python-version }}
2121
2222 - name : Test with pytest
23- env :
24- RINGCENTRAL_SERVER_URL : ${{secrets.RINGCENTRAL_SERVER_URL}}
25- RINGCENTRAL_CLIENT_ID : ${{secrets.RINGCENTRAL_CLIENT_ID}}
26- RINGCENTRAL_CLIENT_SECRET : ${{secrets.RINGCENTRAL_CLIENT_SECRET}}
27- RINGCENTRAL_JWT_TOKEN : ${{secrets.RINGCENTRAL_JWT_TOKEN}}
2823 run : |
2924 #Create virtual environment
3025 python -m venv venv
You can’t perform that action at this time.
0 commit comments