Skip to content

#1656 Update: example/lookupsid.py with Kerberos auth option #38

#1656 Update: example/lookupsid.py with Kerberos auth option

#1656 Update: example/lookupsid.py with Kerberos auth option #38

Workflow file for this run

# GitHub Action workflow to label Pull Requests
#
name: Label PRs
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"