Skip to content

Commit

Permalink
ci: revert auth
Browse files Browse the repository at this point in the history
  • Loading branch information
sjurtf committed Feb 20, 2024
1 parent 1b014b0 commit 5cba5cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,5 @@
USE_UPSTREAM_DIFF = True


username = os.getenv("NRK_GITHUB_USERNAME")
password = os.getenv("NRK_JENKINS1_GITHUB_TOKEN_READ")

NETBOX_DT_LIBRARY_URL = f"https://{username}:{password}@github.com/nrk/netbox-devicetype-library.git"
NETBOX_DT_LIBRARY_URL = f"https://github.com/nrk/netbox-devicetype-library.git"

0 comments on commit 5cba5cc

Please sign in to comment.