Skip to content

Commit

Permalink
GHA: yes all secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
srstsavage committed Dec 20, 2024
1 parent fc6a009 commit 59b066d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/publish_docker_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ runs:
- name: Update repo description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ inputs.DOCKER_USERNAME }}
password: ${{ inputs.DOCKER_TOKEN }}
repository: axiom/docker-erddap

0 comments on commit 59b066d

Please sign in to comment.