Skip to content

Commit 7c7d629

Browse files
authored
Update blossom-ci.yml
1 parent e89a42e commit 7c7d629

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/blossom-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,16 @@ jobs:
4848
outputs:
4949
args: ${{ env.args }}
5050

51+
if: contains('narendasan,', format('{0},', github.actor))
52+
5153
steps:
5254
- name: Authorize Blossom launch
55+
run: blossom-ci
5356
env:
5457
OPERATION: 'AUTH'
5558
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5659
REPO_KEY_DATA: ${{ secrets.BLOSSOM_KEY }}
57-
#if: needs.Check-Authorization.outputs.authorized == 'true'
58-
run: blossom-ci
60+
5961

6062
Vulnerability-Scan:
6163
name: Vulnerability scan

0 commit comments

Comments
 (0)