We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0fed5 commit a887aa1Copy full SHA for a887aa1
1 file changed
.github/workflows/docker-publish.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: peter-evans/dockerhub-description@v5
54
with:
55
username: ${{ secrets.DOCKERHUB_USERNAME }}
56
- password: ${{ secrets.DOCKERHUB_PASSWORD }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
57
repository: openml/rest-api
58
short-description: "Experimental OpenML REST API"
59
readme-filepath: docker/python/README.md
0 commit comments