Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-akto committed Oct 6, 2023
1 parent 5fddf22 commit ca72c62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/akto-inventory.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Akto Inventory

on:
push:
branches: [ flash-inventory-swagger ]
workflow_dispatch:

jobs:
Expand All @@ -20,4 +22,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Akto OpenAPI Specification
path: ./.github/scripts/akto_open_api.json
path: ./.github/scripts/akto_open_api.json
- name: Generate Akto swagger report
run: |
ls

0 comments on commit ca72c62

Please sign in to comment.