Skip to content

Commit

Permalink
Update docker examples to fix #851
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Nov 13, 2023
1 parent bc24a70 commit 3ea564c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ docker run --rm -t \
-e AZURE_SET_AUTO_COMPLETE=<true/false> \
-e AZURE_AUTO_APPROVE_PR=<true/false> \
-e AZURE_AUTO_APPROVE_USER_TOKEN=<approving-user-token-here> \
ghcr.io/tinglesoftware/dependabot-updater-<ecosystem>
ghcr.io/tinglesoftware/dependabot-updater-<ecosystem> update_script
```

An example, for Azure DevOps Services:
Expand All @@ -58,7 +58,7 @@ docker run --rm -t \
-e AZURE_SET_AUTO_COMPLETE=true \
-e AZURE_AUTO_APPROVE_PR=true \
-e AZURE_AUTO_APPROVE_USER_TOKEN=ijkl..mnop \
ghcr.io/tinglesoftware/dependabot-updater-nuget
ghcr.io/tinglesoftware/dependabot-updater-nuget update_script
```

An example, for Azure DevOps Server:
Expand Down Expand Up @@ -87,7 +87,7 @@ docker run --rm -t \
-e AZURE_SET_AUTO_COMPLETE=true \
-e AZURE_AUTO_APPROVE_PR=true \
-e AZURE_AUTO_APPROVE_USER_TOKEN=ijkl..mnop \
ghcr.io/tinglesoftware/dependabot-updater-nuget
ghcr.io/tinglesoftware/dependabot-updater-nuget update_script
```

## Environment Variables
Expand Down

0 comments on commit 3ea564c

Please sign in to comment.