Hey Asana team, we have been noticing the GitHub action to randomly fail with this error: GitHub Action failed because of: [You do not have access to this task.]. This has been failing a bit more in the last few weeks, I am not really sure why this is happening and it is a bit frustrating.
In the following screenshot you can see how the GitHub action failed for the task id 1203922837262614:

After a few days I re-run the job and it worked (notice it is the same task):
.
Also notice that we haven't changed anything in our set-up, secrets and everything is just the same. This is happening randomly and for multiple PRs/tasks, sometimes it works sometimes it doesn't. This has also been previously reported in this comment.
After some digging, I think this bug is not in this repository itself but in the implementation of POST https://github.integrations.asana.plus/custom/v1/actions/widget in your backend which is why we really need your help!
Thanks in advance.
Hey Asana team, we have been noticing the GitHub action to randomly fail with this error:
GitHub Action failed because of: [You do not have access to this task.]. This has been failing a bit more in the last few weeks, I am not really sure why this is happening and it is a bit frustrating.In the following screenshot you can see how the GitHub action failed for the task id
1203922837262614:After a few days I re-run the job and it worked (notice it is the same task):
Also notice that we haven't changed anything in our set-up, secrets and everything is just the same. This is happening randomly and for multiple PRs/tasks, sometimes it works sometimes it doesn't. This has also been previously reported in this comment.
After some digging, I think this bug is not in this repository itself but in the implementation of
POST https://github.integrations.asana.plus/custom/v1/actions/widgetin your backend which is why we really need your help!Thanks in advance.