Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
chi3316 committed Sep 27, 2024
1 parent a31d955 commit 6787d65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

env:
DOCKER_REPO: crpi-5qz7c1igs2n2qu5k.cn-hangzhou.personal.cr.aliyuncs.com/aliyunci/ccaliyun
SECRET: $(echo "${{ secrets.ASK_CONFIG_VIRGINA }}" | base64 -w 0)

jobs:
docker:
Expand Down Expand Up @@ -101,6 +100,10 @@ jobs:
matrix:
version: ${{ fromJSON(needs.list-version.outputs.version-json) }}
steps:
- name: Encode secret
run: echo "${{ secrets.ASK_CONFIG_VIRGINA }}" | base64 -w 0 > secret.txt
- name: Set secret environment variable
run: echo "SECRET=$(cat secret.txt)" >> $GITHUB_ENV
- uses: chi3316/rocketmq-test-tool/benchmark-runner@e670a74fe1f0ccbe1d28081dbf6c0fc35372b885
name: Deploy rocketmq
with:
Expand Down

0 comments on commit 6787d65

Please sign in to comment.