Skip to content

Commit

Permalink
new license
Browse files Browse the repository at this point in the history
  • Loading branch information
kgartland-rstudio authored Sep 3, 2024
1 parent 8c9155f commit e6cb335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
pip freeze > requirements.txt
make dev
env:
RSC_LICENSE: ${{ secrets.RSC_LICENSE }}
RSC_LICENSE_NEW: ${{ secrets.RSC_LICENSE_NEW }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Get logs in case of failure
run: |
Expand All @@ -207,7 +207,7 @@ jobs:
test-jupyter:
runs-on: ubuntu-latest
env:
CONNECT_LICENSE: ${{ secrets.RSC_LICENSE }}
CONNECT_LICENSE: ${{ secrets.RSC_LICENSE_NEW }}
ADMIN_API_KEY: ${{ secrets.ADMIN_API_KEY }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:

- name: Run rsconnect-python Tests
env:
CONNECT_LICENSE: "${{ secrets.RSC_LICENSE }}"
CONNECT_LICENSE: "${{ secrets.RSC_LICENSE_NEW }}"
PY_VERSION: ${{ matrix.PY_VERSION }}
TEST_SUBSET: "CI"
RSC_AUTOMATION_PAT: "${{ secrets.CONNECT_PAT }}"
Expand Down

0 comments on commit e6cb335

Please sign in to comment.