Skip to content

Commit

Permalink
fix secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Aug 13, 2024
1 parent 4b6e74e commit 8f333cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
AWS_ACCESS_KEY_ID: ${{ secrets.CSPM_CFT_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.CSPM_CFT_SECRET_ACCESS_KEY }}
SNYK_ORG_ID: ${{ secrets.SNYK_ORG_ID }}
SNYK_API_TOKEN: ${{ secrets.SNYK_API_TOKEN }}
SNYK_API_KEY: ${{ secrets.SNYK_API_KEY }}
SNYK_INTEGRATION_ID: ${{ secrets.SNYK_INTEGRATION_ID }}

jobs:
Expand Down

0 comments on commit 8f333cf

Please sign in to comment.