Skip to content

Commit a887aa1

Browse files
authored
[FIX] Correct typo which led to invalid credential (#259)
`DOCKER_PASSWORD` is not a configured secret for this repository.
1 parent 6a0fed5 commit a887aa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: peter-evans/dockerhub-description@v5
5454
with:
5555
username: ${{ secrets.DOCKERHUB_USERNAME }}
56-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
56+
password: ${{ secrets.DOCKERHUB_TOKEN }}
5757
repository: openml/rest-api
5858
short-description: "Experimental OpenML REST API"
5959
readme-filepath: docker/python/README.md

0 commit comments

Comments
 (0)