Skip to content

Commit 53733f3

Browse files
author
peggimann
committed
update workflow secret
1 parent a66e25c commit 53733f3

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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 ]

.github/workflows/reusable__generate-version.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ jobs:
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

renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended",
5-
":rebaseStalePrs",
65
"group:monorepos"
76
],
87
"schedule" : [

0 commit comments

Comments
 (0)