Skip to content

Commit

Permalink
Fix incorrect input key for platform_token
Browse files Browse the repository at this point in the history
  • Loading branch information
Keegan Saunders authored Nov 28, 2022
1 parent 206b2c1 commit cb90736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ runs:
- id: upload
uses: nowsecure/nowsecure-action/upload-app@v3
with:
platform_token: ${{ inputs.token }}
platform_token: ${{ inputs.platform_token }}
app_file: ${{ inputs.app_file }}
group_id: ${{ inputs.group_id }}

- id: pull_report
uses: nowsecure/nowsecure-action/convert-sarif@v3
with:
report_id: ${{ steps.upload.outputs.report_id }}
platform_token: ${{ inputs.token }}
platform_token: ${{ inputs.platform_token }}
group_id: ${{ inputs.group_id }}
enable_dependencies: true
enable_sarif: false

0 comments on commit cb90736

Please sign in to comment.