Skip to content

Commit 2c4e807

Browse files
authored
updated dockerhub secrets (#214)
1 parent 661abd1 commit 2c4e807

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dockerhub-description.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,17 @@ jobs:
2020
- name: Docker Hub Description
2121
uses: peter-evans/dockerhub-description@v3
2222
with:
23+
# DOCKER_PASSWORD are actual password not token
24+
# DOCKER_TOKEN is not supported for readme/docs updation in dockerhub
2325
username: ${{ secrets.DOCKER_USERNAME }}
24-
password: ${{ secrets.DOCKER_TOKEN }}
26+
password: ${{ secrets.DOCKER_PASSWORD }}
2527
repository: lambdatest/nucleus
2628
short-description: ${{ github.event.repository.description }}
2729

2830
- name: Docker Hub Description - Synapse
2931
uses: peter-evans/dockerhub-description@v3
3032
with:
3133
username: ${{ secrets.DOCKER_USERNAME }}
32-
password: ${{ secrets.DOCKER_TOKEN }}
34+
password: ${{ secrets.DOCKER_PASSWORD }}
3335
repository: lambdatest/synapse
3436
short-description: ${{ github.event.repository.description }}

0 commit comments

Comments
 (0)