Skip to content

Commit

Permalink
Fix org slug issue in action
Browse files Browse the repository at this point in the history
  • Loading branch information
pickford-snyk committed Jun 6, 2024
1 parent c111a99 commit b3cf73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk-vulns-to-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
steps:
- uses: snyk-labs/actions/scm-issues-to-gh-issues@main
with:
snyk_prefix: "orca-appsec"
snyk_prefix: "gh-actions"
use_fresh_issues: "true"
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
SNYK_TOKEN: ${{ secrets.VULN_ISSUE_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
REMOTE_REPO_URL: ${{ github.repositoryUrl }}

0 comments on commit b3cf73b

Please sign in to comment.