ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
136 stars 64 forks source link

Update connector workflow templates to use ballerina-bot token as the `packagePAT` #7276

Closed ayeshLK closed 1 month ago

ayeshLK commented 1 month ago

Purpose

$subject

This change is required to build the Ballerina IBM CTG connector [1] as some of the dependent resources has been published under the wso2-enterprise organization and github.token does not have access to read packages from a private organization.

[1] - https://github.com/ballerina-platform/module-ballerinax-ibm.ctg

ayeshLK commented 1 month ago

The packagePAT should come in as a parameter to the workflow-template and it should be overridden by only the workflows which really requires it [1] Hence, closing this PR.

[1] - https://github.com/ballerina-platform/ballerina-library/issues/7284