From e7b79559e709378f14a7a694d88855d7ba21d4f5 Mon Sep 17 00:00:00 2001 From: Gordon Shotwell Date: Tue, 1 Aug 2023 13:55:10 -0300 Subject: [PATCH] Add account --- .github/workflows/deploy-gallery-apps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-gallery-apps.yaml b/.github/workflows/deploy-gallery-apps.yaml index 73891ff81..4cfae4d40 100644 --- a/.github/workflows/deploy-gallery-apps.yaml +++ b/.github/workflows/deploy-gallery-apps.yaml @@ -32,7 +32,7 @@ jobs: # Loop through the contents of the examples folder for app_path in examples/*; do if [ -d "$app_path" ]; then - rsconnect deploy shiny $app_path -T $TOKEN -S $SECRET + rsconnect deploy shiny $app_path -A gallery -T $TOKEN -S $SECRET fi done env: