Skip to content

chore: replace PAT with GitHub App token in self-references workflow #174

chore: replace PAT with GitHub App token in self-references workflow

chore: replace PAT with GitHub App token in self-references workflow #174

Workflow file for this run

name: Lint
on:
pull_request:
permissions:
contents: read
statuses: write # To report GitHub Actions status checks
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter/slim@v8.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_CHECKOV: true