-
We're getting errors when the step runs against PR's issued from Forks. This works fine for PR's from branches in the same repo. Step we're using is:
You can see an example here: https://github.com/Sitecore/developer-portal/pull/152/checks?check_run_id=3761659282 Seemed related to #32, but I added the fix from there to use the following permissions on the job but it didn't fix it:
You can see our full GH action definition here: https://github.com/Sitecore/developer-portal/blob/main/.github/workflows/deploy.yml Example of failed run: https://github.com/Sitecore/developer-portal/pull/152/checks?check_run_id=3761659282 |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Yep. Facing the same issue |
Beta Was this translation helpful? Give feedback.
-
Interesting - I think this is definitely a GitHub auth issue. Have you tried providing a custom |
Beta Was this translation helpful? Give feedback.
-
We're specifying |
Beta Was this translation helpful? Give feedback.
-
Yes, you might need to provide a different token - For example:
|
Beta Was this translation helpful? Give feedback.
-
@robearlam did switching to another token resolve your issue? |
Beta Was this translation helpful? Give feedback.
-
I took a look at https://github.com/Sitecore/developer-portal/actions/workflows/deploy.yml and it seems everything is well - closing this issue for now, please let me know if you have any more questions! |
Beta Was this translation helpful? Give feedback.
I took a look at https://github.com/Sitecore/developer-portal/actions/workflows/deploy.yml and it seems everything is well - closing this issue for now, please let me know if you have any more questions!