Skip to content

Commit be9f342

Browse files
committed
Fix credentials for the verify step of the release workflow
1 parent 2c98226 commit be9f342

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ jobs:
4545
needs: build-and-stage-release
4646
uses: ./.github/workflows/verify.yml
4747
secrets:
48+
commercial-repository-password: ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_PASSWORD }}
49+
commercial-repository-username: ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_USERNAME }}
4850
google-chat-webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
49-
repository-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
50-
repository-username: ${{ secrets.ARTIFACTORY_USERNAME }}
51+
opensource-repository-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
52+
opensource-repository-username: ${{ secrets.ARTIFACTORY_USERNAME }}
5153
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
5254
with:
5355
staging: true

0 commit comments

Comments
 (0)