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 7e00258 commit f2b6ca1Copy full SHA for f2b6ca1
1 file changed
.github/workflows/integration.yml
@@ -32,9 +32,9 @@ jobs:
32
- uses: actions/checkout@v4
33
- uses: docker/setup-buildx-action@v3
34
- name: Write Posit Connect license to disk
35
- run: echo "$CONNECT_LICENSE" > ./integration/license.lic
+ run: echo "$RSC_LICENSE" > ./integration/license.lic
36
env:
37
- CONNECT_LICENSE: ${{ secrets.CONNECT_LICENSE }}
+ CONNECT_LICENSE: ${{ secrets.RSC_LICENSE }}
38
- uses: astral-sh/setup-uv@v6
39
- run: uv python install
40
- run: make -C ./integration ${{ matrix.CONNECT_VERSION }}
0 commit comments