Skip to content

Commit ecc62b0

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
uses: actions/checkout@v4
8787
with:
8888
ref: ${{env.BRANCH_NAME}}
89-
ssh-key: ${{ secrets.DEPLOY_KEY }}
9089

9190
- name: Update version
9291
run: ./scripts/update-mvn-version.sh "${{ inputs.RELEASE_TYPE }}"

0 commit comments

Comments
 (0)