Issue with GitHub PR Environment Actions
burakgzt
PROOP

a year ago

Hello,
I'm following the official documentation here to create GitHub Actions for automating PR environments. The reason I'm not using automatic configuration in the project settings is that I want to trigger it only for specific paths in our monorepo.

However, it's failing with the following error. The error message is not explanatory, so I couldn't debug it further.

Here are my questions:

  1. How can I debug this further since there is no clear error message? Is the GitHub Actions workflow in the documentation up-to-date?

  2. This also requires me to use an account token, which is not secure for use in a team GitHub environment. Is there a way to use a team token instead?

    Error details:
    Run railway environment new pr-1442 --copy ee3d9a4f-ad9d-4fe6-bb9c-aa77a6e7e269

Environment name pr-1442

Duplicate from dev

Problem processing request

1 Replies

Status changed to In Progress christian about 1 year ago


a year ago

Hello,

1. Provide your full action file please?
1.1. Yes it is up to date.
2. No it's not possible, sorry, it's just how to API works.


Status changed to Solved angelo-railway about 1 year ago


Loading...