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 xcodebuild-or-fastlane when not supplying checkout_token #30

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

Supereg
Copy link
Member

@Supereg Supereg commented Sep 25, 2023

Fix xcodebuild-or-fastlane when not supplying checkout_token

♻️ Current situation & Problem

Recent PR #29 added the functionality to supply a PAT for checkout. This functionality was tested wrongfully (oversight where one confused the successful xcodebuild-or-fastlane of StanfordSpezi/.github with this repo).

💡 Proposed solution

This PR addresses the issue when not supplying a checkout_token by specifying the default gitHub.token. The checkout action failed to do so when supplying an empty token.

⚙️ Release Notes

  • Fixed an issue with executing the xcodebuild-or-fastlane action when not supplying a checkout_token.

➕ Additional Information

Related PRs

Originally implemented in #29.

Testing

Functionality was verified by this CI run. The CodeQL step runs the action without supplying a checkout_token.
This time it was taken care of the CodeQL action runs the same xcodebuild-or-fastlane workflow from this repository (see StanfordBDHG/NAMS@f98bcff).

Reviewer Nudging

--

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

Copy link
Member

@PSchmiedmayer PSchmiedmayer left a comment

Choose a reason for hiding this comment

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

Thank you @Supereg 👍🚀

@Supereg Supereg merged commit 40e85e8 into main Sep 25, 2023
1 check passed
@Supereg Supereg deleted the fix/checkout-without-token branch September 25, 2023 19:52
@Supereg Supereg added the bug Something isn't working label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants