Skip to content

OWASP BLT Action

OWASP BLT Action #10

Workflow file for this run

name: OWASP BLT Action
on:
issue_comment:
types: [created]
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: OWASP BLT Action
uses: OWASP-BLT/BLT-Action@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}