Skip to content

Commit

Permalink
Update creds.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Mar 9, 2025
1 parent ae06fb0 commit d64bbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/creds.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bugzilla.suse.com": {
"api_key": os.getenv("BUGZILLA_API_KEY"),
},
"github.com": {"login_or_token": os.getenv("BUGME_GITHUB_TOKEN")},
"github.com": {"token": os.getenv("BUGME_GITHUB_TOKEN")},
"gitlab.com": {"private_token": os.getenv("GITLAB_API_KEY")},
"jira.suse.com": {
"token": os.getenv("JIRA_TOKEN"),
Expand Down

0 comments on commit d64bbeb

Please sign in to comment.