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 b0613aa commit a6e010fCopy full SHA for a6e010f
.github/workflows/main.yml
@@ -164,7 +164,7 @@ jobs:
164
pip freeze > requirements.txt
165
make dev
166
env:
167
- RSC_LICENSE: ${{ secrets.RSC_LICENSE }}
+ CONNECT_LICENSE: ${{ secrets.CONNECT_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
- RSC_LICENSE: ${RSC_LICENSE}
+ CONNECT_LICENSE: ${CONNECT_LICENSE}
0 commit comments