Add FE API functions to generate and delete expert agent credentials #6172
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: Update Issue Status | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - reopened | |
| - synchronize | |
| - converted_to_draft | |
| - ready_for_review | |
| jobs: | |
| update_issue_status: | |
| uses: flowfuse/.github/.github/workflows/record-in-review.yml@main | |
| secrets: | |
| PROJECT_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} |