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 1c68816 commit c77408aCopy full SHA for c77408a
.github/workflows/mr.yml
@@ -24,11 +24,7 @@ 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: $TENCENTCLOUD_SECRET_KEY, TENCENTCLOUD_SECRET_KEY2: ${{ secrets.TENCENTCLOUD_SECRET_KEY }}
32
git fetch origin master
33
34
export TF_ACC=true
0 commit comments