Skip to content

Update dependabot_metrics.yml #2

Update dependabot_metrics.yml

Update dependabot_metrics.yml #2

Workflow file for this run

name: Basic Test
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
env:
TOKEN: ${{ secrets.READ_CONTENT }}
ORGANIZATION: ${{ secrets.ORGANIZATION }}
WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Test the basic usage
run: |
python3 scripts/search_files.py --org $ORGANIZATION --token $TOKEN | python3 scripts/slack_webhook.py --webhook $WEBHOOK