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 028ad6a commit 820ee9a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/blossom-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,17 @@ jobs:
- name: Start
run: |
echo Authorization Job started
env:
OPERATION: 'AUTH'
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_KEY_DATA: ${{ secrets.BLOSSOM_KEY }}
- name: Whoami
run: |
echo ${{ github.actor }}
env:
OPERATION: 'AUTH'
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_KEY_DATA: ${{ secrets.BLOSSOM_KEY }}
- name: Check if comment is issued by authorized person
run: blossom-ci
env:
Expand All @@ -61,6 +69,10 @@ jobs:
- name: Finish
run: |
echo Authorization Job finished
env:
OPERATION: 'AUTH'
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_KEY_DATA: ${{ secrets.BLOSSOM_KEY }}

Vulnerability-scan:
name: Vulnerability scan
Expand Down

0 comments on commit 820ee9a

Please sign in to comment.