Skip to content

Commit a6e010f

Browse files
committed
update license variable name
1 parent b0613aa commit a6e010f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
pip freeze > requirements.txt
165165
make dev
166166
env:
167-
RSC_LICENSE: ${{ secrets.RSC_LICENSE }}
167+
CONNECT_LICENSE: ${{ secrets.CONNECT_LICENSE }}
168168
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
169169

170170
# NOTE: edited to run checks for python package

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ services:
1414
privileged: true
1515
environment:
1616
RSTUDIO_CONNECT_HASTE: "enabled"
17-
RSC_LICENSE: ${RSC_LICENSE}
17+
CONNECT_LICENSE: ${CONNECT_LICENSE}

0 commit comments

Comments
 (0)