Skip to content

Commit d29699b

Browse files
Update license secret and remove import
1 parent 8141e6e commit d29699b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
env:
100100
ALLOW_RSC_SHORT_NAME: 1
101101
with:
102-
license: ${{ secrets.RSC_LICENSE }}
102+
# License file is valid until 2026-11-05
103+
license: ${{ secrets.CONNECT_LICENSE }}
103104
config-file: "script/setup-rsconnect/rstudio-connect.gcfg"
104105
command: |
105106
bash -c 'python script/setup-rsconnect/dump_api_keys.py pins/tests/rsconnect_api_keys.json && pytest pins -m "fs_rsc and not skip_on_github"'

script/setup-rsconnect/dump_api_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import sys
44

5-
from pins.rsconnect.api import LoginConnectApi, RsConnectApi, User
5+
from pins.rsconnect.api import LoginConnectApi, RsConnectApi
66

77
OUT_FILE = sys.argv[1]
88

0 commit comments

Comments
 (0)