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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sweep GHA Fix] Fix the failing GitHub Actions #369

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sweep-ai[bot]
Copy link

@sweep-ai sweep-ai bot commented Jan 12, 2024

PR Feedback (click)

  • 馃憤 Sweep Did Well
  • 馃憥 Sweep Needs Improvement
    I created this PR to fix the failing GitHub Actions.## Description
    This PR fixes the failing GitHub Actions run that encountered an error with exit code 22 and a 500 error response from the requested URL. The error message indicated that the "Authorization field is missing". The modifications made in this PR address this issue by adding the "Authorization" header to the curl request in the Init function of the tyk_handler.go file.

Summary of Changes

  • Modified the tyk_handler.go file in the tap/identity-handlers directory.
  • Added the "Authorization" header to the curl request in the Init function.
  • The value of the "Authorization" header is set to the appropriate authorization token.

Please review and merge this PR to resolve the failing GitHub Actions and ensure the successful execution of the curl request.

Copy link
Author

sweep-ai bot commented Jan 12, 2024

Rollback Files For Sweep

  • Rollback changes to tap/identity-handlers/tyk_handler.go
  • Rollback changes to tap/identity-handlers/tyk_handler.go

@sweep-ai sweep-ai bot added the sweep Assigns Sweep to an issue or pull request. label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sweep Assigns Sweep to an issue or pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant