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 e4ff5da commit c1afe5fCopy full SHA for c1afe5f
.github/workflows/e2e-tests.yml
@@ -34,6 +34,8 @@ env:
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
+ TENCENTCLOUD_SECRET_KEY_SSL: ${{ secrets.TENCENTCLOUD_SECRET_KEY_SSL }}
38
+ TENCENTCLOUD_SECRET_ID_SSL: ${{ secrets.TENCENTCLOUD_SECRET_ID_SSL }}
39
40
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
41
jobs:
0 commit comments