Skip to content

Commit 6052894

Browse files
committed
Revert "replace license env with export"
This reverts commit a8c3dee.
1 parent 835d57a commit 6052894

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 }}
166165
make dev
167166
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)