Skip to content

Commit b47ead9

Browse files
Ashwath KrishnanAshwath Krishnan
Ashwath Krishnan
authored and
Ashwath Krishnan
committed
fix: updated API keys
1 parent bffc86b commit b47ead9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/deploy.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
- name: Add Posit Connect Account
3131
run: |
3232
rsconnect add \
33-
--account ashwathkris \
34-
--name ashwathkris \
33+
--account xabilitylab \
34+
--name xabilitylab \
3535
--token ${{ secrets.POSIT_API_KEY }} \
3636
--secret ${{ secrets.POSIT_API_SECRET }}
3737
3838
# Step 5: Deploy to Posit Connect
3939
- name: Deploy Application
4040
run: |
4141
rsconnect deploy shiny Dashboard \
42-
--name ashwathkris \
42+
--name xabilitylab \
4343
--title pcha-dashboard

0 commit comments

Comments
 (0)