SSL handshake error while trying to connect to IBM MQ from liberty server #183
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: Adds issues with "open" label to GitHub project | |
on: | |
issues: | |
types: | |
- opened | |
- labeled | |
jobs: | |
add-to-project: | |
name: Add issues with "open" label to GitHub project | |
runs-on: ubuntu-latest | |
permissions: | |
repository-projects: write | |
steps: | |
- uses: actions/add-to-project@v0.4.0 | |
with: | |
project-url: https://github.com/orgs/OpenLiberty/projects/18 | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
labeled: open |