Skip to content

Commit

Permalink
Fix key and deprecated fn name
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Aug 1, 2023
1 parent 85569c2 commit 60286a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apps-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ jobs:
shell: Rscript {0}
run: |
# Add server info
rsconnect::addConnectServer(
rsconnect::addServer(
url = '${{ matrix.config.server_url }}',
name = '${{ matrix.config.server_name }}'
)
# Add user info
rsconnect::connectApiUser(
'${{ matrix.config.account }}',
'${{ matrix.config.server_name }}',
apiKey = '${{ secrets.BARRET_BETA_RSTUDIOCONNECT_COM_API_KEY }}'
apiKey = '${{ secrets.BARRET_CONNECT_API_KEY }}'
)
# Deploy
Expand Down

0 comments on commit 60286a7

Please sign in to comment.