Upgrading from tutor 15 to tutor 18 breaks the MySQL connection due to the mysql_native_password authentication plugin not being found #55
Workflow file for this run
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: Auto Add Issues to Project | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
# https://github.com/actions/add-to-project | |
add-to-project: | |
name: Add issue and bugs to project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/overhangio/projects/4 | |
github-token: ${{ secrets.GH_PROJECT_PERSONAL_ACCESS_TOKEN }} |