From a1962a5624feb4a46bdd24f681518de7dc86ecc5 Mon Sep 17 00:00:00 2001 From: Naveen Kumar Date: Tue, 5 May 2026 15:19:01 +0530 Subject: [PATCH 1/2] RTECO-1003 - added default token for github entrprise --- .jfrog-pipelines/pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jfrog-pipelines/pipelines.yml b/.jfrog-pipelines/pipelines.yml index 1983836ea..2a8088c81 100644 --- a/.jfrog-pipelines/pipelines.yml +++ b/.jfrog-pipelines/pipelines.yml @@ -64,7 +64,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: From f123500525de63875ae4cda1e62ccf207b50b74d Mon Sep 17 00:00:00 2001 From: Naveen Kumar Date: Tue, 5 May 2026 16:18:21 +0530 Subject: [PATCH 2/2] RTECO-1003 - added default token for github entrprise --- .jfrog-pipelines/pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.jfrog-pipelines/pipelines.yml b/.jfrog-pipelines/pipelines.yml index 2a8088c81..82afa6b51 100644 --- a/.jfrog-pipelines/pipelines.yml +++ b/.jfrog-pipelines/pipelines.yml @@ -20,6 +20,7 @@ pipelines: configuration: integrations: - name: jfrog_cli_tests + - name: github_dispatch environmentVariables: readOnly: GRADLE_OPTS: "-Dorg.gradle.daemon=false"