Skip to content

Commit 01d6afb

Browse files
committed
Merge branch '3.2.x' into 3.3.x
2 parents 4b89ba7 + be9f342 commit 01d6afb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
needs: build-and-stage-release
4444
uses: ./.github/workflows/verify.yml
4545
secrets:
46+
commercial-repository-password: ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_PASSWORD }}
47+
commercial-repository-username: ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_USERNAME }}
4648
google-chat-webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
47-
repository-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
48-
repository-username: ${{ secrets.ARTIFACTORY_USERNAME }}
49+
opensource-repository-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
50+
opensource-repository-username: ${{ secrets.ARTIFACTORY_USERNAME }}
4951
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
5052
with:
5153
staging: true

0 commit comments

Comments
 (0)