Skip to content

cleanup

cleanup #164

Workflow file for this run

name: cleanup
on:
schedule:
- cron: '30 5 * * 1'
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
cleanup:

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

View workflow run for this annotation

GitHub Actions / cleanup

Invalid workflow file

The workflow is not valid. .github/workflows/cleanup.yml (Line: 13, Col: 3): Error calling workflow 'brave/devops-github-workflows/.github/workflows/cleanup_buckets.yml@main'. The nested job 'cleanup' is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'.
uses: brave/devops-github-workflows/.github/workflows/cleanup_buckets.yml@main
with:
environment: staging
secrets:
AWS_REGION: us-west-2
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}
S3_BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME }}