Skip to content

Commit 60d5baf

Browse files
authored
Migrate from CONTAINER_BUILDER_TOKEN to BASE_CONTAINER_IMAGE_READER_DEPENDABOT (#56213)
1 parent 604e6e4 commit 60d5baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ registries:
55
type: docker-registry
66
url: ghcr.io
77
username: PAT
8-
password: ${{secrets.CONTAINER_BUILDER_TOKEN}}
8+
password: ${{secrets.BASE_CONTAINER_IMAGE_READER_DEPENDABOT}}
99

1010
updates:
1111
- package-ecosystem: npm

0 commit comments

Comments
 (0)