Skip to content

Commit 7841dec

Browse files
authored
Use low-privilege secrets variable group for DockerHub access (#1794)
1 parent 705a271 commit 7841dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
2-
- group: DotNet-Docker-Secrets-Unofficial
2+
- group: DotNet-Docker-Secrets-Low
33

44
- name: dockerHubRegistryCreds
5-
value: --registry-creds 'docker.io=$(dotnetDockerHubBot.userName);$(BotAccount-dotnet-dockerhub-bot-PAT)'
5+
value: --registry-creds 'docker.io=$(dotnet-dockerhub-bot-username);$(dotnet-dockerhub-bot-pat-low)'

0 commit comments

Comments
 (0)