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

fix: add support to pass tokens to GH from GHES #265

Closed
wants to merge 1 commit into from

Conversation

austinsasko
Copy link

Description:
Removing the logic that limits token authentication on GHES instances (this is a feature that GHES instances can use). Anyone (GHES or not) should be able to pass token as an input value and have it be used.

Related issue:
Add link to the related issue.

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

removing the logic that limits token authentication on GHES instances (this is a feature that GHES instances can use). Anyone (GHES or not) should be able to pass token as an input value and have it be used.
@austinsasko austinsasko requested a review from a team September 8, 2022 20:11
Copy link
Contributor

@brcrista brcrista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We found with setup-python that this will actually cause an issue with the default value. See actions/setup-python#437 for more info.

So, you also need to update the default in action.yml as in actions/setup-python#443

@dmitry-shibanov
Copy link
Contributor

Hello @austinsasko. For now I'm going to close the pull request in favour of #277

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants