We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e010f commit 5f79c15Copy full SHA for 5f79c15
.github/workflows/main.yml
@@ -164,7 +164,7 @@ jobs:
164
pip freeze > requirements.txt
165
make dev
166
env:
167
- CONNECT_LICENSE: ${{ secrets.CONNECT_LICENSE }}
+ RSC_LICENSE: ${{ secrets.RSC_LICENSE }}
168
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
169
170
# NOTE: edited to run checks for python package
docker-compose.yml
@@ -14,4 +14,4 @@ services:
14
privileged: true
15
environment:
16
RSTUDIO_CONNECT_HASTE: "enabled"
17
- CONNECT_LICENSE: ${CONNECT_LICENSE}
+ RSC_LICENSE: ${RSC_LICENSE}
0 commit comments