SocketError: Failed to open TCP connection to api.postmarkapp.com:443 (getaddrinfo: Try again) #2659
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: register issues in Kanban | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
register: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: alex-page/github-project-automation-plus@v0.7.1 | |
with: | |
project: 開発 | |
column: いつかやる | |
repo-token: ${{ secrets.GHPROJECT_TOKEN }} |