The backend web UI management does not have a password, and any user can operate it, which is not secure #611
This file contains 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: roadmap | |
on: | |
issues: | |
types: [labeled, unlabeled] | |
jobs: | |
roadmap: | |
uses: ConduitIO/automation/.github/workflows/roadmap.yml@main | |
secrets: | |
project-automation-token: ${{ secrets.PROJECT_AUTOMATION }} |