Skip to content

Commit a9b24ed

Browse files
authored
Update mr.yml
1 parent c8985cc commit a9b24ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/mr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ jobs:
2424

2525
# Runs a set of commands using the runners shell
2626
- name: MR INFO
27+
env:
28+
TENCENTCLOUD_SECRET_KEY: ${{ secrets.TENCENTCLOUD_SECRET_KEY }}
29+
TENCENTCLOUD_SECRET_ID: ${{ secrets.TENCENTCLOUD_SECRET_ID }}
2730
run: |
31+
echo $TENCENTCLOUD_SECRET_KEY ${{ secrets.TENCENTCLOUD_SECRET_KEY }}
2832
git fetch origin master
2933
3034
export TF_ACC=true

0 commit comments

Comments
 (0)