@cryptotaxi247 / netdata-1 / commits / 9f2079852

Fix typo in new release workflow.

Austin S. Hemmelgarn committed Mar 9, 2022 at 19:36 UTC 9f2079852b22764d327e7a74f051941865ce5c88
1 file changed +1 -1
.github/workflows/release.yml
+1 -1
@@ -37,7 +37,7 @@ jobs:
37 uses: docker/login-action@v1
38 with:
39 username: ${{ secrets.DOCKER_HUB_USERNAME }}
40 - password: ${{ secrets.DOCKER_HUB_TOKEN }}
40 + password: ${{ secrets.DOCKER_HUB_PASSWORD }}
41 - name: Prepare base ref
42 id: target
43 env: