Skip to content

Commit

Permalink
fix: updated API keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwath Krishnan authored and Ashwath Krishnan committed Jan 28, 2025
1 parent bffc86b commit b47ead9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
- name: Add Posit Connect Account
run: |
rsconnect add \
--account ashwathkris \
--name ashwathkris \
--account xabilitylab \
--name xabilitylab \
--token ${{ secrets.POSIT_API_KEY }} \
--secret ${{ secrets.POSIT_API_SECRET }}
# Step 5: Deploy to Posit Connect
- name: Deploy Application
run: |
rsconnect deploy shiny Dashboard \
--name ashwathkris \
--name xabilitylab \
--title pcha-dashboard

0 comments on commit b47ead9

Please sign in to comment.