Skip to content

localhost refused to connect. #10077

localhost refused to connect.

localhost refused to connect. #10077

Workflow file for this run

# .github/workflows/comment-run.yml
name: "Comment run"
on:
issue_comment:
types: [created, edited]
jobs:
comment-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# 0 indicates all history
fetch-depth: 0
- uses: nwtgck/actions-comment-run@v1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allowed-associations: '["OWNER", "MEMBER"]'