Skip to content

Release: Scheduled #219

Release: Scheduled

Release: Scheduled #219

name: "Release: Scheduled"
permissions: {}
on:
schedule:
- cron: "0 0 * * 0" # Every Sunday at 00:00 AM UTC on the default branch
workflow_dispatch:
jobs:
release-schedule:

Check failure on line 11 in .github/workflows/release-schedule.yml

View workflow run for this annotation

GitHub Actions / Release: Scheduled

Invalid workflow file

The workflow is not valid. .github/workflows/release-schedule.yml (Line: 11, Col: 3): Error calling workflow 'dargmuesli/github-actions/.github/workflows/release-schedule.yml@714a68188444d710ffa3e9f35a05f6a9d420931d'. The nested job 'analyze-tags' is requesting 'contents: read', but is only allowed 'contents: none'.
name: "Release: Scheduled"
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2.0
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
IS_DEBOUNCED: ${{ github.event_name != 'workflow_dispatch' }}