Skip to content

Feature/container cleanup #6

Feature/container cleanup

Feature/container cleanup #6

Workflow file for this run

name: "Slett gamle/ubrukte container bilder"
on:
pull_request:
jobs:
cleanup-brevbaker:
name: "Brevbaker: Fjern gamle container bilder"
runs-on: "ubuntu-latest"
permissions:
packages: admin

Check failure on line 10 in .github/workflows/cleanup.yml

View workflow run for this annotation

GitHub Actions / Slett gamle/ubrukte container bilder

Invalid workflow file

The workflow is not valid. .github/workflows/cleanup.yml (Line: 10, Col: 17): Unexpected value 'admin'
steps:
- uses: actions/[email protected]
with:
package-name: pensjon-pdf-bygger
package-type: container
min-versions-to-keep: 5
token: "${{ secrets.DELETE_PACKAGES_TOKEN }}"