-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for TCC_PROJECT_KEY and TCC_PROJECT_URL #7
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The tcc agent supports `TCC_PROJECT_KEY` and `TCC_PROJECT_URL`. By using the GHA, those will be populated with the following default values: * `TCC_PROJECT_KEY`: `GITHUB_REPOSITORY` env var * `TCC_PROJECT_URL`: `GITHUB_SERVER_URL/GITHUB_REPOSITORY` Also, those can be set by the action configuration by using: `project-key` and `project-url`.
lanwen
reviewed
Jul 18, 2023
lanwen
reviewed
Jul 18, 2023
Co-authored-by: Kirill Merkushev <lanwen@yandex.com>
Co-authored-by: Kirill Merkushev <lanwen@yandex.com>
lanwen
reviewed
Jul 18, 2023
eddumelendez
force-pushed
the
support_project_keys
branch
from
July 18, 2023 19:11
7834d0d
to
bc87b2f
Compare
eddumelendez
force-pushed
the
support_project_keys
branch
from
July 18, 2023 19:23
ab2482c
to
b583859
Compare
eddumelendez
force-pushed
the
support_project_keys
branch
4 times, most recently
from
July 18, 2023 20:19
e11e974
to
faabd24
Compare
lanwen
reviewed
Jul 18, 2023
eddumelendez
force-pushed
the
support_project_keys
branch
9 times, most recently
from
July 18, 2023 20:53
2d6b0a5
to
a25c0bd
Compare
eddumelendez
force-pushed
the
support_project_keys
branch
from
July 18, 2023 20:55
a25c0bd
to
b95e24f
Compare
Co-authored-by: Kirill Merkushev <lanwen@yandex.com>
lanwen
approved these changes
Jul 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The tcc agent supports
TCC_PROJECT_KEY
andTCC_PROJECT_URL
. Byusing the GHA, those will be populated with the following default values:
TCC_PROJECT_KEY
:GITHUB_REPOSITORY
env varTCC_PROJECT_URL
:GITHUB_SERVER_URL/GITHUB_REPOSITORY
Also, those can be set by the action configuration by using:
project-key
and
project-url
.Another step was added to set the right env vars. See actions/runner#665 (comment)
Fixes #8