Skip to content

Commit

Permalink
ci: remove redsky environment reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Zollinger committed Jun 21, 2024
1 parent 2b96e71 commit 466027a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

jobs:
test:
environment: redsky api
runs-on: ubuntu-latest
steps:
# https://github.com/actions/virtual-environments/issues/709
Expand Down Expand Up @@ -45,7 +44,7 @@ jobs:
- name: "SonarCloud Scan"
env:
THRESHR_KEY: ${{ secrets.THRESHR_KEY }}
THRESHR_CHANNEL: ${{ vars.THRESHR_CHANNEL }}
THRESHR_CHANNEL: ${{ secrets.THRESHR_CHANNEL }}
TEST_DATASOURCES_DEFAULT_URL: ${{ secrets.TEST_DATASOURCES_DEFAULT_URL }}
GITHUB_TOKEN: ${{ secrets.SONAR_GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 466027a

Please sign in to comment.