Skip to content

Commit

Permalink
frogbot was tested locally
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenr-jfrog committed Sep 18, 2024
1 parent 798128f commit d638edd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frogbot-scan-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Frogbot Scan Pull Request"
on:
pull_request_target:
pull_request_target:
types: [ opened, synchronize ]
permissions:
pull-requests: write
Expand All @@ -23,6 +23,7 @@ jobs:
# JFrog access token with 'read' permissions on Xray service
JF_ACCESS_TOKEN: ${{ secrets.FROGBOT_ACCESS_TOKEN }}


# [Mandatory]
# The GitHub token is automatically generated for the job
JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d638edd

Please sign in to comment.