Skip to content

Commit

Permalink
Fix for the potential security vulnerability in Blossom GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaQiaoCh committed Jul 5, 2024
1 parent c895d54 commit 9013ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# This job only runs for pull request comments
if: |
contains( 'EmmaQiaoCh,rhdong,Ranjeet-Nvidia,', format('{0},', github.actor)) &&
(github.actor == 'EmmaQiaoCh' || github.actor == 'rhdong' || github.actor == 'Ranjeet-Nvidia') &&
github.event.comment.body == '/blossom-ci'
steps:
- name: Check if comment is issued by authorized person
Expand Down

0 comments on commit 9013ee5

Please sign in to comment.