Skip to content

Bump trufflesecurity/trufflehog from 3.82.6 to 3.82.8 #11

Bump trufflesecurity/trufflehog from 3.82.6 to 3.82.8

Bump trufflesecurity/trufflehog from 3.82.6 to 3.82.8 #11

Workflow file for this run

name: Labeler
on:
pull_request_target: # Automatische Ausführung bei Pull Requests
workflow_dispatch: # Manuelle Ausführung aktivieren
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"