Skip to content

Commit fad121c

Browse files
authored
Update devnet-bundle-release.yml
1 parent 129a209 commit fad121c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/devnet-bundle-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
nexus_url: ${{secrets.NEXUS_URL}}
2323
nexus_url_release: ${{secrets.NEXUS_URL_RELEASE}}
2424
nexus_url_snapshots: ${{secrets.NEXUS_URL_SNAPSHOTS}}
25-
release_token: ${{secrets.RELEASE_TOKEN}}
26-
git_mail: ${{secrets.GIT_MAIL}}
27-
git_user: ${{secrets.GIT_USER}}
25+
release_token: ${{secrets.TECHNICAL_USER_RELEASE_TOKEN}}
26+
git_mail: ${{secrets.TECHNICAL_USER_MAIL}}
27+
git_user: ${{secrets.TECHNICAL_USER_NAME}}
2828
release_version: ${{ github.event.inputs.releaseVersion }}
2929
next_dev_version: ${{ github.event.inputs.nextDevVersion }}
3030
ms_teams_webhook_uri: ${{secrets.MS_TEAMS_WEBHOOK_URI}}

0 commit comments

Comments
 (0)