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 7253562 commit 763eddbCopy full SHA for 763eddb
.github/workflows/e2e-tests.yml
@@ -32,6 +32,8 @@ env:
32
TENCENTCLOUD_SECRET_ID_SUB_ACCOUNT: ${{ secrets.TENCENTCLOUD_SECRET_ID_SUB_ACCOUNT }}
33
TENCENTCLOUD_SECRET_KEY_SMS: ${{ secrets.TENCENTCLOUD_SECRET_KEY_SMS }}
34
TENCENTCLOUD_SECRET_ID_SMS: ${{ secrets.TENCENTCLOUD_SECRET_ID_SMS }}
35
+ TENCENTCLOUD_SECRET_KEY_TSF: ${{ secrets.TENCENTCLOUD_SECRET_KEY_TSF }}
36
+ TENCENTCLOUD_SECRET_ID_TSF: ${{ secrets.TENCENTCLOUD_SECRET_ID_TSF }}
37
38
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
39
jobs:
0 commit comments