-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: add_oidc #113
base: main
Are you sure you want to change the base?
feat: add_oidc #113
Conversation
❌ 12 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
❌ 12 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
@joseph-sentry can you test by adding a case here? |
2d5970b
to
728046f
Compare
- name: Upload test results to Codecov (calculator) (staging) (oidc) | ||
uses: ./ | ||
with: | ||
use_oidc: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should fail given the URL is different?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think it should be fine and staging should support oidc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joseph-sentry oh sorry, I'm an idiot. I suspected that the url
param wasn't given but it definitely is.
Can you do me a favor and just run it once without setting url
to see that it fails? If so, I'm good with this and will approve
c252918
to
032d0b4
Compare
7e416cc
to
2b008c3
Compare
the OIDC token was previously not being validated in shelter in the test results endpoint, but it should be from now on.
2b008c3
to
ca81759
Compare
No description provided.