Prerequisites

ARTIFACTORY: How to connect and publish simple build using GitHub Action with JFrog CLI

AuthorFullName__c
Nathan Amiel
articleNumber
000005678
ft:sourceType
Salesforce
FirstPublishedDate
2023-04-13T10:51:18Z
lastModifiedDate
2024-06-23
VersionNumber
3
Before we start, there are a few configuration steps:
  1. Create a folder named .github in the GitHub project. 
  2. Create a directory named workflows, inside the .github folder. 
  3. Add a file named <YOUR_FILE_NAME>.yml inside the workflows directory.