Despite TLS_ENABLED set to false, application was configured with https in base_url
#54
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: Project automations | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| jobs: | |
| add_to_product_board: | |
| uses: flowfuse/.github/.github/workflows/project-automation.yml@main | |
| secrets: | |
| token: ${{ secrets.PROJECT_ACCESS_TOKEN }} |