summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-03-09 19:36:42 -0500
committerGitHub <noreply@github.com>2022-03-09 19:36:42 -0500
commit9f2079852b22764d327e7a74f051941865ce5c88 (patch)
treedbf2e6262e26f0803491884beeabe17c49492836
parent1a45303bdaa10ab2526e671976fada76886e1db4 (diff)
Fix typo in new release workflow.
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d1c915baf7..6e5e105b7a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
- password: ${{ secrets.DOCKER_HUB_TOKEN }}
+ password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Prepare base ref
id: target
env: