Skip to content

Commit

Permalink
Remove legacy env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Oct 3, 2024
1 parent 4f3bb30 commit b399ccc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/check-boards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

# needed for modern board tests
# board specific env vars
PINS_AZURE_SAS: ${{ secrets.PINS_AZURE_SAS }}
PINS_AZURE_KEY: ${{ secrets.PINS_AZURE_KEY }}
PINS_AZURE_ACCOUNT: ${{ secrets.PINS_AZURE_ACCOUNT }}
Expand All @@ -26,12 +26,6 @@ jobs:
DATABRICKS_HOST: "https://rstudio-partner-posit-default.cloud.databricks.com"
PINS_DATABRICKS_FOLDER_URL: "/Volumes/workshops/models/vetiver"

# needed for legacy board tests
TEST_AWS_BUCKET: "pins-github-tests"
TEST_AWS_KEY: "AKIAWDFKE5M2ZHDUORMW"
TEST_AWS_REGION: "us-east-2"
TEST_AWS_SECRET: ${{ secrets.TEST_AWS_SECRET }}

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit b399ccc

Please sign in to comment.