From d6b7c90cf73d54d30c01dc10931307c61b09c04b Mon Sep 17 00:00:00 2001 From: Rich Bielby Date: Thu, 18 Dec 2025 10:09:15 +0000 Subject: [PATCH] Remove SHINYAPPS secrets from lintr workflow Removed secrets from the lint workflow configuration. --- .github/workflows/lintr.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/lintr.yml b/.github/workflows/lintr.yml index efae4da..26f0402 100644 --- a/.github/workflows/lintr.yml +++ b/.github/workflows/lintr.yml @@ -19,6 +19,3 @@ jobs: uses: dfe-analytical-services/dfeshiny/.github/workflows/lintr_reusable.yaml@main with: is_package: "false" - secrets: - SHINYAPPS_SECRET: ${{ secrets.SHINYAPPS_SECRET }} - SHINYAPPS_TOKEN: ${{ secrets.SHINYAPPS_TOKEN }}