Skip to content

Commit

Permalink
refactory: docker token name harmonization (#104)
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
  • Loading branch information
heurtematte authored Sep 25, 2024
1 parent 8329735 commit 39c9874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ orgs.newOrg('eclipse-tractusx') {
},
secrets+: [
orgs.newOrgSecret('DOCKER_HUB_TOKEN') {
value: "pass:bots/automotive.tractusx/docker.com/token",
value: "pass:bots/automotive.tractusx/docker.com/api-token",
},
orgs.newOrgSecret('DOCKER_HUB_USER') {
value: "pass:bots/automotive.tractusx/docker.com/username",
Expand Down

0 comments on commit 39c9874

Please sign in to comment.