diff --git a/.github/workflows/dockerhub-description.yml b/.github/workflows/dockerhub-description.yml index 87a8775..90d1f2a 100644 --- a/.github/workflows/dockerhub-description.yml +++ b/.github/workflows/dockerhub-description.yml @@ -21,7 +21,7 @@ jobs: - name: Preflight Docker Hub repository access env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} + DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }} DOCKERHUB_REPOSITORY: jcreek23/open-network-diagram run: | set -euo pipefail @@ -53,7 +53,7 @@ jobs: uses: peter-evans/dockerhub-description@v5 with: username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} + password: ${{ secrets.DOCKERHUB_TOKEN }} repository: jcreek23/open-network-diagram readme-filepath: ./README.md enable-url-completion: true diff --git a/README.md b/README.md index ebd1501..422ebc9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Open Network Diagram helps you document your infrastructure in a visual UI while - Homelab-friendly: run it in minutes with Docker. - Practical: edit in the UI and autosave to `network.json`. -- Declarative: keep your topology in Git if you want. +- Declarative: keep your topology in Git if you wish. [Docker Hub](https://hub.docker.com/r/jcreek23/open-network-diagram) | [Live Demo (Read-Only)](https://opennetworkdiagram.jcreek.co.uk) | [GitHub Releases](https://github.com/jcreek/OpenNetworkDiagram/releases)