Skip to content

Environment cleanup #409

Environment cleanup

Environment cleanup #409

Workflow file for this run

name: Environment cleanup
on:
workflow_dispatch:
schedule:
- cron: "0 10 * * *"
permissions:
contents: read
jobs:
tests:

Check failure on line 12 in .github/workflows/cleanup.yaml

View workflow run for this annotation

GitHub Actions / Environment cleanup

Invalid workflow file

The workflow is not valid. .github/workflows/cleanup.yaml (Line: 12, Col: 3): Error calling workflow 'snowflakedb/snowflake-cli/.github/workflows/test_trusted.yaml@b6b67107a180699e7287092774c84034e63c8ed3'. The workflow is requesting 'issues: write', but is only allowed 'issues: none'.
uses: ./.github/workflows/test_trusted.yaml
with:
runs-on: ubuntu-latest
python-version: "3.11"
python-env: e2e
hatch-run: e2e:cleanup
secrets: inherit