Skip to content

TryHackMe Update Badge #19

TryHackMe Update Badge

TryHackMe Update Badge #19

Workflow file for this run

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: "ScarletQueen"
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}