Skip to content

Commit f2b6ca1

Browse files
committed
update license variable
1 parent 7e00258 commit f2b6ca1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: docker/setup-buildx-action@v3
3434
- name: Write Posit Connect license to disk
35-
run: echo "$CONNECT_LICENSE" > ./integration/license.lic
35+
run: echo "$RSC_LICENSE" > ./integration/license.lic
3636
env:
37-
CONNECT_LICENSE: ${{ secrets.CONNECT_LICENSE }}
37+
CONNECT_LICENSE: ${{ secrets.RSC_LICENSE }}
3838
- uses: astral-sh/setup-uv@v6
3939
- run: uv python install
4040
- run: make -C ./integration ${{ matrix.CONNECT_VERSION }}

0 commit comments

Comments
 (0)