Skip to content
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

[FEATURE]-Automatically set GH nuget repo path for packages #20

Open
andrew-welker opened this issue Oct 17, 2022 · 0 comments
Open

[FEATURE]-Automatically set GH nuget repo path for packages #20

andrew-welker opened this issue Oct 17, 2022 · 0 comments
Assignees
Labels
CI CI/Github workflow issues enhancement New feature or request

Comments

@andrew-welker
Copy link
Contributor

Is your feature request related to a problem? Please describe.
As template repos can be used across orgs to create repos, it makes sense to automate this. The repository owner is available in a workflow under the github.repository_owner value. This can be used to build the nuget registry URL for packages. The owner in the .nuspec file does have to match the org, so that change should be added to the docs/steps for creating a repo from this template.

It might be worth it to look at the GH Docs and see what other values can be pulled from context and used to make improvements to the workflows.

https://docs.github.com/en/actions/learn-github-actions/contexts#github-context

@andrew-welker andrew-welker added enhancement New feature or request CI CI/Github workflow issues labels Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI/Github workflow issues enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants