Skip to content

Update README.md (#20) #4

Update README.md (#20)

Update README.md (#20) #4

Workflow file for this run

name: Cleanup untagged
on:
push:
branches: ['main']
jobs:
cleanup:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: dataaxiom/ghcr-cleanup-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}