Skip to content

Add tfsec

Add tfsec #70

Workflow file for this run

name: Labeler
on:
- pull_request_target
- workflow_dispatch
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@4.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"