Skip to content

Commit

Permalink
ci: Adding ext-release-local repository (#5)
Browse files Browse the repository at this point in the history
We need to store some external artifact in our jfrog artifactory
  • Loading branch information
benjaminParisel authored Apr 9, 2024
1 parent 670050e commit 1ff0858
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@ runs:
"snapshots": {
"enabled": "true"
}
},
{
"id": "ext-release-local",
"name": "ext-release-local",
"url": "https://bonitasoft.jfrog.io/artifactory/ext-release-local",
"releases": {
"enabled": "true"
},
"snapshots": {
"enabled": "false"
}
}
]
plugin_repositories: >
Expand Down Expand Up @@ -141,5 +152,10 @@ runs:
"id": "ossrh",
"username": "${{ env.OSSRH_USERNAME }}",
"password": "${{ env.OSSRH_PSW }}"
},
{
"id": "ext-release-local",
"username": "${{ env.JFROG_USER }}",
"password": "${{ env.JFROG_TOKEN }}"
}
]

0 comments on commit 1ff0858

Please sign in to comment.