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 87df6cc commit 9b79928Copy full SHA for 9b79928
.github/workflows/mr.yml
@@ -26,4 +26,12 @@ jobs:
26
- name: MR INFO
27
run: |
28
git fetch origin master
29
+
30
+ export TF_ACC=true
31
+ export TENCENTCLOUD_REGION=ap-guangzhou
32
+ export TENCENTCLOUD_SECRET_KEY=${{ secrets.TENCENTCLOUD_SECRET_KEY }}
33
+ export TENCENTCLOUD_SECRET_ID=${{ secrets.TENCENTCLOUD_SECRET_ID }}
34
+ export TENCENTCLOUD_APPID=${{ secrets.TENCENTCLOUD_APPID }}
35
+ export TENCENTCLOUD_OWNER_UIN=${{ secrets.TENCENTCLOUD_OWNER_UIN }}
36
+ env
37
sh .githooks/pre-commit
0 commit comments