Skip to content

Commit

Permalink
docs: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing committed Dec 2, 2024
1 parent fb99692 commit 9fa04ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cluster_scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
workflow_dispatch:

env:
PALETTE_API_KEY: ${{ secrets.SPECTROCLOUD_API_KEY }}
PALETTE_HOST: ${{ secrets.SPECTROCLOUD_HOST }}
PALETTE_API_KEY: ${{ secrets.PALETTE_API_KEY }}
PALETTE_HOST: ${{ secrets.PALETTE_HOST }}
PALETTE_PROJECT_UID: ${{ secrets.PALETTE_PROJECT_UID }}

jobs:
Expand Down

0 comments on commit 9fa04ef

Please sign in to comment.