Skip to content

Avoid caching the credential, instead get the credential value whenever it is required through the request filter #162

Avoid caching the credential, instead get the credential value whenever it is required through the request filter

Avoid caching the credential, instead get the credential value whenever it is required through the request filter #162

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
if: github.repository_owner == 'jenkinsci'
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"