Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

snow_tickets: fix #65

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Conversation

DonHaul
Copy link
Contributor

@DonHaul DonHaul commented Aug 6, 2024

@DonHaul DonHaul self-assigned this Aug 6, 2024
@DonHaul DonHaul force-pushed the create_user_ticket_fix branch 2 times, most recently from 71b5b5e to c4eb22c Compare August 6, 2024 15:38
@@ -28,7 +27,6 @@ def tenacity_retry_kwargs(self) -> dict:
def headers(self) -> dict:
return {
"Authorization": f'Bearer {Variable.get("inspire_token")}',
"Accept": "application/vnd+inspire.record.raw+json",
Copy link
Contributor

Choose a reason for hiding this comment

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

for some cases we need this, i.e. when we retrieving data from hep

Copy link
Contributor

@drjova drjova left a comment

Choose a reason for hiding this comment

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

just a comment

@DonHaul DonHaul force-pushed the create_user_ticket_fix branch from c4eb22c to aa05930 Compare August 7, 2024 12:07
@drjova drjova merged commit 40d7fc2 into inspirehep:main Aug 8, 2024
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix create_user_ticket task of init workflow
2 participants