Skip to content

Commit a8c3dee

Browse files
committed
replace license env with export
1 parent 5f79c15 commit a8c3dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ jobs:
162162
run: |
163163
docker-compose up --build -d
164164
pip freeze > requirements.txt
165+
export RSC_LICENSE=${{ secrets.RSC_LICENSE }}
165166
make dev
166167
env:
167-
RSC_LICENSE: ${{ secrets.RSC_LICENSE }}
168168
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
169169

170170
# NOTE: edited to run checks for python package

0 commit comments

Comments
 (0)