-
-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
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
Labels
No labels