Skip to content

.github/workflows: convert dependabump to re-usable workflow #54

.github/workflows: convert dependabump to re-usable workflow

.github/workflows: convert dependabump to re-usable workflow #54

Workflow file for this run

name: dependabump

Check failure on line 1 in .github/workflows/dependabump.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabump.yml

Invalid workflow file

(Line: 19, Col: 5): Unexpected value 'uses', (Line: 20, Col: 5): Unexpected value 'secrets'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1-5' # every week-day at midnight
permissions: { }
jobs:
dependabump:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
actions: read
security-events: read
vulnerability-alerts: read
uses: smartcontractkit/.github/.github/workflows/dependabump.yml@CRE-4302-dependabump
secrets:
SLACK_TOKEN: ${{ secrets.DEPENDABUMP_SLACK_API_KEY }}
SLACK_CHANNEL_ID: ${{ secrets.SLACK_TEAM_CORE_CHANNEL_ID }}