Hello, I'm trying to use the `hybrid_branch_deploy...
# ask-community
g
Hello, I'm trying to use the
hybrid_branch_deploy
GitHub Action. After pulling the
dagster-cloud-action:0.1.11
image it fails to notify with:
Copy code
Traceback (most recent call last):
  File "/create_or_update_comment.py", line 81, in <module>
    main()
  File "/create_or_update_comment.py", line 33, in main
    pr = repo.get_pull(pr_id)
  File "/usr/local/lib/python3.8/site-packages/github/Repository.py", line 2819, in get_pull
    headers, data = self._requester.requestJsonAndCheck(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 353, in requestJsonAndCheck
    return self.__check(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 378, in __check
    raise self.__createException(status, responseHeaders, output)
github.GithubException.GithubException: 403 {"message": "Resource not accessible by integration", "documentation_url": "<https://docs.github.com/rest/reference/pulls#get-a-pull-request>"}
Odd thing is, it worked yesterday at least once.
s
I shared this in the #dagster-cloud channel
g
FWIW I’m beyond this issue. 😂