Skip to content

Fix Test Connection in Job when job credential is used from folder #369

Fix Test Connection in Job when job credential is used from folder

Fix Test Connection in Job when job credential is used from folder #369

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@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"