Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmartin-gh committed Nov 17, 2023
1 parent 3ae8093 commit 028ad6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/blossom-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,21 @@ jobs:
if: |
contains( 'cliffburdick,awthomp,tbensonatl,tylera-nvidia,luitjens,tmartin-gh,', format('{0},', github.actor))
steps:
- name: Start
run: |
echo Authorization Job started
- name: Whoami
run: |
echo ${{ github.actor }}
- name: Check if comment is issued by authorized person
run: blossom-ci
env:
OPERATION: 'AUTH'
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_KEY_DATA: ${{ secrets.BLOSSOM_KEY }}
- name: Finish
run: |
echo Authorization Job finished
Vulnerability-scan:
name: Vulnerability scan
Expand Down

0 comments on commit 028ad6a

Please sign in to comment.