Skip to content

Commit 4ad0b0d

Browse files
committed
fix(ci): Update a Docker Hub repository description automatically
1 parent cd32720 commit 4ad0b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
uses: peter-evans/dockerhub-description@v2
3232
with:
3333
username: ${{ secrets.DOCKERHUB_USERNAME }}
34-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
34+
password: ${{ secrets.DOCKERHUB_TOKEN }}
3535
repository: cubejs/cube
3636
readme-filepath: ./packages/cubejs-docker/README.md

0 commit comments

Comments
 (0)