DOCS: Update agent documentation with improved configuration guidance, shared config examples, and tutorial enhancements #64
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cleanup WhiteSource Project | |
on: | |
pull_request: | |
types: [closed] | |
permissions: | |
contents: read | |
jobs: | |
cleanup-whitesource: | |
uses: SolaceDev/solace-public-workflows/.github/workflows/cleanup_ws.yml@main | |
secrets: | |
ws_api_key: ${{ secrets.WHITESOURCE_API_KEY }} |