TryHackMe Update Badge #1121
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: TryHackMe Update Badge | |
| on: | |
| schedule: | |
| - cron: '0 0 * * *' | |
| workflow_dispatch: | |
| jobs: | |
| tryhackme-badge-update: | |
| name: Update this repo's tryhackme badge with the latest tryhackme image badge | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: p4p1/tryhackme-badge-workflow@main | |
| with: | |
| username: "gitblanc" | |
| GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |