Skip to content

Update Repo Settings #670

Update Repo Settings

Update Repo Settings #670

# Update repository settings to match the definitions in .github/settings.yml.
---
name: Update Repo Settings
'on':
push:
branches: [main]
schedule:
- cron: '15 14 * * *' # 14:15 UTC every day
workflow_dispatch:
permissions:
contents: read
jobs:
update-repo-settings:
name: Update Repo Settings
secrets: inherit
uses: bfra-me/.github/.github/workflows/update-repo-settings.yaml@v1