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 fe764d2 commit a81bc0aCopy full SHA for a81bc0a
.github/workflows/e2e-tests.yml
@@ -36,6 +36,8 @@ env:
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
+ TENCENTCLOUD_SECRET_ID_ORGANIZATION: ${{ secrets.TENCENTCLOUD_SECRET_ID_ORGANIZATION }}
40
+ TENCENTCLOUD_SECRET_KEY_ORGANIZATION: ${{ secrets.TENCENTCLOUD_SECRET_KEY_ORGANIZATION }}
41
42
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
43
jobs:
0 commit comments