-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Github secret doesn't seem to have permissions to access the github event path.
Running the action results in this error right after it finishes pip installing everything:
/entrypoint.sh: line 19: /github/workflow/event.json: Permission denied
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.8/json/__init__.py", line 293, in load
return loads(fp.read(),
File "/usr/local/lib/python3.8/json/__init__.py", line 357, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.8/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Have you seen this error before?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels