Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .jfrog-pipelines/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pipelines:
configuration:
integrations:
- name: jfrog_cli_tests
- name: github_dispatch
environmentVariables:
readOnly:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
Expand Down Expand Up @@ -64,7 +65,7 @@ pipelines:
description: "Git ref to checkout in jfrog/jfrog-cli (branch, tag, or SHA)."
allowCustom: true
GITHUB_DISPATCH_TOKEN:
default: ""
default: "${int_github_dispatch_token}"
description: "Token for github.jfrog.info API (repo + workflow scopes). MUST be a fine-grained PAT, a GitHub App installation token, or an OAuth App token — the JFROG org on github.jfrog.info forbids classic PATs and will return 403 with message 'forbids access via a personal access token (classic)'. If left empty, int_jfrog_cli_gh_token from the jfrog_cli_gh integration is used, and that integration itself must be configured with a fine-grained PAT (classic PATs will be rejected the same way)."
allowCustom: true
GHE_ACTIONS_RUNNER:
Expand Down
Loading