We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfe1a4 commit 3e29d50Copy full SHA for 3e29d50
.github/workflows/build.yml
@@ -114,7 +114,7 @@ jobs:
114
run: |
115
echo '{ "files": [ {"build": "'"${{ vars.BUILD_NAME }}/${{ github.run_number }}"'" } ] }' > bundle-spec.json
116
jf release-bundle-create ${{ vars.BUNDLE_NAME }} ${{ github.run_number }} \
117
- --signing-key "${{ secrets.PRIVATE_KEY_NAME }}" \
+ --signing-key "${{ secrets.GPG_KEY_NAME }}" \
118
--spec bundle-spec.json \
119
--sync=true
120
NAME_LINK=${{ vars.ARTIFACTORY_URL }}'/ui/artifactory/lifecycle/?bundleName='${{ vars.BUNDLE_NAME }}'&bundleToFlash='${{ vars.BUNDLE_NAME }}'&repositoryKey=example-project-release-bundles-v2&activeKanbanTab=promotion'
0 commit comments