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 c8985cc commit a9b24edCopy full SHA for a9b24ed
.github/workflows/mr.yml
@@ -24,7 +24,11 @@ jobs:
24
25
# Runs a set of commands using the runners shell
26
- name: MR INFO
27
+ env:
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 }}
32
git fetch origin master
33
34
export TF_ACC=true
0 commit comments