Skip to content

Commit 5f79c15

Browse files
committed
Revert "update license variable name"
This reverts commit a6e010f.
1 parent a6e010f commit 5f79c15

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-
CONNECT_LICENSE: ${{ secrets.CONNECT_LICENSE }}
167+
RSC_LICENSE: ${{ secrets.RSC_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-
CONNECT_LICENSE: ${CONNECT_LICENSE}
17+
RSC_LICENSE: ${RSC_LICENSE}

0 commit comments

Comments
 (0)