Skip to content

Commit 59b066d

Browse files
committed
GHA: yes all secrets
1 parent fc6a009 commit 59b066d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/publish_docker_image/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ runs:
4242
- name: Update repo description
4343
uses: peter-evans/dockerhub-description@v4
4444
with:
45-
username: ${{ secrets.DOCKER_USERNAME }}
46-
password: ${{ secrets.DOCKER_PASSWORD }}
45+
username: ${{ inputs.DOCKER_USERNAME }}
46+
password: ${{ inputs.DOCKER_TOKEN }}
4747
repository: axiom/docker-erddap

0 commit comments

Comments
 (0)