Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Add VMware SRP reporting
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Su <[email protected]>
  • Loading branch information
andrew-su committed Jul 19, 2022
1 parent 0b07e8c commit 653404c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/vmware-srp-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Vmware SRP Report

on:
workflow_dispatch:
# workflow_run:
# workflows:
# - Create Package
# types:
# - completed

jobs:
srp:
name: VMware SRP Report
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install SRP
uses: pivotal-cf/srp-helper-action/install@v1
- name: Initialize SRP
uses: pivotal-cf/srp-helper-action/init@v1
with:
client-id: ${{ secrets.SRP_CLIENT_ID }}
client-secret: ${{ secrets.SRP_CLIENT_SECRET }}
- name: Collect SRP
uses: pivotal-cf/srp-helper-action/collect@v1
with:
git-repos: .
- name: Submit SRP
uses: pivotal-cf/srp-helper-action/submit@v1

0 comments on commit 653404c

Please sign in to comment.