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 a66e25c commit ecc62b0Copy full SHA for ecc62b0
.github/workflows/deploy.yml
@@ -57,7 +57,7 @@ jobs:
57
RELEASE_TYPE: ${{ (github.event.inputs.deployment_type != 'Release from Commit' && inputs.deployment_type) || '' }}
58
COMMIT_HASH: ${{ (github.event.inputs.deployment_type == 'Release from Commit' && inputs.commit_hash) || '' }}
59
secrets:
60
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.DEPLOY_ACTION_SECRET }}
61
62
build-docker-image:
63
needs: [ versioning ]
.github/workflows/reusable__generate-version.yml
@@ -86,7 +86,6 @@ jobs:
86
uses: actions/checkout@v4
87
with:
88
ref: ${{env.BRANCH_NAME}}
89
- ssh-key: ${{ secrets.DEPLOY_KEY }}
90
91
- name: Update version
92
run: ./scripts/update-mvn-version.sh "${{ inputs.RELEASE_TYPE }}"
0 commit comments