File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 5757 RELEASE_TYPE : ${{ (github.event.inputs.deployment_type != 'Release from Commit' && inputs.deployment_type) || '' }}
5858 COMMIT_HASH : ${{ (github.event.inputs.deployment_type == 'Release from Commit' && inputs.commit_hash) || '' }}
5959 secrets :
60- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60+ GH_TOKEN : ${{ secrets.DEPLOY_ACTION_SECRET }}
6161
6262 build-docker-image :
6363 needs : [ versioning ]
Original file line number Diff line number Diff line change 8686 uses : actions/checkout@v4
8787 with :
8888 ref : ${{env.BRANCH_NAME}}
89- ssh-key : ${{ secrets.DEPLOY_KEY }}
90-
89+ ssh-key : ${{ secrets.DEPLOY_ACTION_SECRET}}
9190 - name : Update version
9291 run : ./scripts/update-mvn-version.sh "${{ inputs.RELEASE_TYPE }}"
9392
Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
44 " config:recommended" ,
5- " :rebaseStalePrs" ,
65 " group:monorepos"
76 ],
87 "schedule" : [
You can’t perform that action at this time.
0 commit comments