Skip to content

Commit

Permalink
add docker secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Oct 28, 2024
1 parent b9afad0 commit 7147aeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10
registries:
docker_hub:
type: "docker-registry"
url: "https://index.docker.io/v1/"
username: "${{ secrets.DOCKERHUB_USERNAME }}"
password: "${{ secrets.DOCKERHUB_TOKEN }}"

0 comments on commit 7147aeb

Please sign in to comment.