File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
1515 snyk :
1616 runs-on : ubuntu-latest
1717 steps :
18- - name : Checkout Action
19- uses : actions/checkout@v3
18+ - name : checkout action
19+ uses : actions/checkout@v4
2020 with :
2121 repository : snowflakedb/whitesource-actions
22- token : ${{ secrets.whitesource_action_token }}
22+ token : ${{ secrets.WHITESOURCE_ACTION_TOKEN }}
2323 path : whitesource-actions
24- - name : Set Env
25- run : echo "repo =$(basename $GITHUB_REPOSITORY)" >> $GITHUB_ENV
24+ - name : set-env
25+ run : echo "REPO =$(basename $GITHUB_REPOSITORY)" >> $GITHUB_ENV
2626 - name : Jira Creation
2727 uses : ./whitesource-actions/snyk-issue
2828 with :
29- snyk_org : ${{ secrets.snyk_org_id_public_repo }}
30- snyk_token : ${{ secrets.snyk_github_integration_token_public_repo }}
31- jira_token : ${{ secrets.jira_token_public_repo }}
29+ snyk_org : ${{ secrets.SNYK_ORG_ID_PUBLIC_REPO }}
30+ snyk_token : ${{ secrets.SNYK_GITHUB_INTEGRATION_TOKEN_PUBLIC_REPO }}
31+ jira_token : ${{ secrets.JIRA_TOKEN_PUBLIC_REPO }}
3232 env :
33- gh_token : ${{ secrets.github_token }}
33+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments