Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
ci: Update hub_sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
migara authored Jul 21, 2023
1 parent 3d17500 commit c021dfb
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/hub_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ on:

jobs:
hub_sync:
name: Trigger Hub Sync Workflow
uses: benc-uk/workflow-dispatch@v1
with:
workflow: run.yml
repo: PaloAltoNetworks/automation-metadata-collector
ref: main
token: ${{ secrets.HUB_SYNC_TOKEN }}
inputs: '{"cloud-id": "aws"}'
runs-on: ubuntu-latest
steps:
- name: Trigger Hub Sync Workflow
uses: benc-uk/workflow-dispatch@v1
with:
workflow: run.yml
repo: PaloAltoNetworks/automation-metadata-collector
ref: main
token: ${{ secrets.HUB_SYNC_TOKEN }}
inputs: '{"cloud-id": "aws"}'

0 comments on commit c021dfb

Please sign in to comment.