Skip to content

Commit 9b79928

Browse files
authored
[fix] action add environment variable
1 parent 87df6cc commit 9b79928

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/mr.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,12 @@ jobs:
2626
- name: MR INFO
2727
run: |
2828
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
2937
sh .githooks/pre-commit

0 commit comments

Comments
 (0)