Skip to content

"Forbidden" (New issue) #331

@DaCHack

Description

@DaCHack

Hi,

since a few weeks I receive a "Forbidden"-error in my Github action.
It worked flawlessly for years before. Updated the dockerhub-description version and updated the code to match the given example in the readme. Username and token I left unchanged since other parts of my action using the secret are working fine:
https://github.com/DaCHack/openvpn-docker/blob/master/.github/workflows/docker-hub.yml

Any idea what changed recently and how to adapt to that change?

        name: Docker Hub Description
        uses: peter-evans/dockerhub-description@v5
        with:
          username: ${{ secrets.DOCKER_HUB_USERNAME }}
          password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
          repository:  ${{ secrets.DOCKER_HUB_USERNAME }}/openvpn

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions