-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs for new environment changes and add a guide #669
Conversation
This PR was not deployed automatically as @Milo123459 does not have access to the Railway project. In order to get automatic PR deploys, please add @Milo123459 to your team on Railway. |
container: ghcr.io/railwayapp/cli:latest | ||
steps: | ||
- name: Link to project | ||
run: railway link --project ${{ env.LINK_PROJECT_ID }} --environment ${{ env.DUPLICATE_FROM_ID }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the team ID not needed here?
I think it's worked for you in your testing because it would default to your personal workspace?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no team ID can be deciphered from a project id
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tested that by using this action for a project located in the conductor's workspace? if not, please do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the team ID actually is needed due to a limitation in api token scoping, changing
container: ghcr.io/railwayapp/cli:latest | ||
steps: | ||
- name: Link to project | ||
run: railway link --project ${{ env.LINK_PROJECT_ID }} --environment ${{ env.DUPLICATE_FROM_ID }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above, Is the team ID not needed here?
LGTM! |
No description provided.