HTTP status: 401 Failed to post comment. Status code: 401 #98
Unanswered
abhisek247767
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
name: Auto Comment on PR Merge
on:
pull_request:
types: [closed]
jobs:
comment:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- name: Checkout Repository
uses: actions/checkout@v2
can someone ell why my job fail every time.. i tried with GitHub default secret token also still.
Beta Was this translation helpful? Give feedback.
All reactions