Skip to content

Commit

Permalink
Update generate-upload-fossa-report.yml (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayaliM0412 authored Jan 29, 2025
1 parent b5ec026 commit bfd7d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-upload-fossa-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
VERSION_NUMBER: ${{ inputs.version_number_for_report_generation }}
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -64,7 +65,7 @@ jobs:
if: always()
run: |
csv_filename="${{ steps.get_repo_name.outputs.repo_name }}.csv"
aws s3 cp $csv_filename s3://liquibaseorg-origin/enterprise_fossa_report/${{ github.event.inputs.version_number_for_report_generation }}/raw_reports/
aws s3 cp $csv_filename s3://liquibaseorg-origin/enterprise_fossa_report/${{ env.VERSION_NUMBER }}/raw_reports/
env:
AWS_ACCESS_KEY_ID: ${{ secrets.LIQUIBASEORIGIN_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.LIQUIBASEORIGIN_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit bfd7d95

Please sign in to comment.