Skip to content

Commit

Permalink
secrets updated to use Prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOS-FAngelino committed Feb 5, 2025
1 parent 2d1feb8 commit e125419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Run SOOS SBOM Scan
uses: soos-io/soos-sbom-github-action@v1.3.0 # GET Latest Version from https://github.com/marketplace/actions/soos-sbom
with:
client_id: ${{ secrets.SOOS_CLIENT_ID }}
api_key: ${{ secrets.SOOS_API_KEY }}
client_id: ${{ secrets.PD_SOOS_CLIENT_ID }}
api_key: ${{ secrets.PD_SOOS_API_KEY }}
#api_url: 'https://qa-api.soos.io/api/'
project_name: "SBOM Github Actions Test"
sbom_path: "sbom-files"
Expand Down

0 comments on commit e125419

Please sign in to comment.