-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
NPM Auth Failure Mid Execution (Azure Devops Packages) #824
Comments
See dependabot/dependabot-core#7731 Been unable to get to the bottom of the issue here for a while. It could be an upstream issue or not. |
|
Thanks |
|
Can anyone confirm that the issue is fixed with the latest image tag: |
How do I configure the task to use the tag? |
Seems You can test using @altnp change your pipeline as below trigger: none
schedules:
- cron: "0 13 * * *"
displayName: Daily Run
branches:
include:
- master
always: true
pool:
- vmImage: ubuntu-22.04
+ vmImage: ubuntu-latest
steps:
- - checkout: self
- clean: true
- persistCredentials: true'
- - task: npmAuthenticate@0
- inputs:
- workingFile: .npmrc
- task: dependabot@1
displayName: 'Run Dependabot'
inputs:
- targetBranch: $(Build.SourceBranch)
abandonUnwantedPullRequests: true
+ dockerImageTag: '1.23.1-ci0018' Version |
Version |
Closing this as resolved. If this particular behaviour persists, we can always reopen. |
Any idea why it would fail immediately now? No change to permissions or config.. Logs ... 🌍 --> GET https://dev.azure.com/Tcetra/_apis/connectionData ##[error]The process '/usr/bin/docker' failed with exit code 1 Finishing: Run Dependabot |
@altnp I have the same issue as your November 27th comment. Were you able to fix it? Setup: I have a repo in AzureDevops, a private NPM registry on Azure Artifacts, and I'm using the Tingle Software extension. My .azuredevops/dependabot.yml file:
dependabot.yml:
|
Describe the bug
Azure Devops NPM Feed starts erroring for "missing auth token" mid run.
HTTP Logs show the token being sent prior to the error triggering, no HTTP request is sent when "missing auth
To Reproduce
Steps to reproduce the behavior:
Unknown
Expected behavior
The same auth token used previously should continue to work
Extension (please complete the following information):
Configs
Pipeline
dependabot.yml
The text was updated successfully, but these errors were encountered: