We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b24ed commit 1c68816Copy full SHA for 1c68816
.github/workflows/mr.yml
@@ -28,7 +28,7 @@ jobs:
28
TENCENTCLOUD_SECRET_KEY: ${{ secrets.TENCENTCLOUD_SECRET_KEY }}
29
TENCENTCLOUD_SECRET_ID: ${{ secrets.TENCENTCLOUD_SECRET_ID }}
30
run: |
31
- echo $TENCENTCLOUD_SECRET_KEY ${{ secrets.TENCENTCLOUD_SECRET_KEY }}
+ echo TENCENTCLOUD_SECRET_KEY: $TENCENTCLOUD_SECRET_KEY, TENCENTCLOUD_SECRET_KEY2: ${{ secrets.TENCENTCLOUD_SECRET_KEY }}
32
git fetch origin master
33
34
export TF_ACC=true
0 commit comments