Skip to content

Commit

Permalink
Add repository parameter to export job
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Jan 30, 2024
1 parent a4e6c2a commit a650847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/usage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
id: export
with:
github-token: ${{ secrets.PAT }}
repository: 'octodemo/vulnerable-node'
- run: echo "${{ steps.export.outputs.dependabot }}" > dependabot.json
- run: echo "${{ steps.export.outputs.code-scanning }}" > code-scanning.json
- run: echo "${{ steps.export.outputs.secret-scanning }}" > secret-scanning.json

0 comments on commit a650847

Please sign in to comment.