Skip to content

Update testRepo.js - use OWN_GITHUB_TOKEN #4801

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

Merged
merged 1 commit into from
May 16, 2025
Merged

Conversation

mcm1957
Copy link
Collaborator

@mcm1957 mcm1957 commented May 16, 2025

No description provided.

Copy link

Automated adapter checker

No changed adapters found

Add comment "RE-CHECK!" to start check anew

@@ -6,6 +6,10 @@
let stable;
let axiosCounter = 0;

axios.defaults.headers = {
'Authorization': process.env.OWN_GITHUB_TOKEN ? `token ${process.env.OWN_GITHUB_TOKEN}` : 'none',

Check failure

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "none" is used as
authorization header
.
@mcm1957 mcm1957 merged commit b3b4eca into master May 16, 2025
4 of 6 checks passed
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.

1 participant