Skip to content

Commit

Permalink
Create sync-dockerhub-readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudymax authored Sep 17, 2023
1 parent abf8731 commit e1d8370
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/sync-dockerhub-readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: sync dockerhub readme
on:
workflow_dispatch:
jobs:
sync-readme:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: deserializeme/unity-self-auth
readme-filepath: ./README.md

0 comments on commit e1d8370

Please sign in to comment.