Skip to content

Commit 15eff6b

Browse files
authored
chore: Remove secret step for CI builds (#113)
1 parent 3cb5ae4 commit 15eff6b

File tree

5 files changed

+4
-23
lines changed

5 files changed

+4
-23
lines changed

.github/workflows/sdk-client-ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,10 @@ jobs:
3030
shell: bash
3131
run: echo "$(cat pkgs/sdk/client/github_actions.env)" >> $GITHUB_ENV
3232

33-
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
34-
name: Get secrets
35-
with:
36-
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
37-
s3_path_pairs: 'launchdarkly-releaser/dotnet/LaunchDarkly.ClientSdk.snk = LaunchDarkly.ClientSdk.snk'
38-
3933
- uses: ./.github/actions/ci
4034
with:
4135
project_file: ${{ env.PROJECT_FILE}}
4236
test_project_file: ${{ env.TEST_PROJECT_FILE}}
43-
target_test_framework: "net8.0"
4437

4538
- uses: ./.github/actions/contract-tests
4639
with:

.github/workflows/sdk-server-ai-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
shell: bash
2727
run: echo "$(cat pkgs/sdk/server-ai/github_actions.env)" >> $GITHUB_ENV
2828

29-
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
30-
name: Get secrets
31-
with:
32-
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
33-
3429
- uses: ./.github/actions/ci
3530
with:
3631
project_file: ${{ env.PROJECT_FILE}}

.github/workflows/sdk-server-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
shell: bash
2727
run: echo "$(cat pkgs/sdk/server/github_actions.env)" >> $GITHUB_ENV
2828

29-
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
30-
name: Get secrets
31-
with:
32-
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
33-
3429
- uses: ./.github/actions/ci
3530
with:
3631
project_file: ${{ env.PROJECT_FILE}}

.github/workflows/telemetry-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
shell: bash
2727
run: echo "$(cat pkgs/telemetry/github_actions.env)" >> $GITHUB_ENV
2828

29-
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
30-
name: Get secrets
31-
with:
32-
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
33-
3429
- uses: ./.github/actions/ci
3530
with:
3631
project_file: ${{ env.PROJECT_FILE}}

pkgs/sdk/client/docfx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
}
1212
],
1313
"dest": "./api",
14-
"namespaceLayout": "nested"
14+
"namespaceLayout": "nested",
15+
"properties" : {
16+
"Configuration": "Debug"
17+
}
1518
}
1619
],
1720
"build": {

0 commit comments

Comments
 (0)