Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit f6cf1b5

Browse files
Remove duplicated step "Replace settings variables"
1 parent 998c5dc commit f6cf1b5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/intergrationTest.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ jobs:
2222
- name: Checkout current branch
2323
uses: actions/checkout@v3
2424

25-
- name: Replace settings variables
26-
if: success()
27-
uses: microsoft/variable-substitution@v1
28-
with:
29-
files: 'APIs/src/Testing/EPiServer.ContentGraph.IntegrationTests/appsettings.json'
30-
env:
31-
Optimizely.ContentGraph.GatewayAddress: ${{ secrets.GATEWAYADDRESS }}
32-
Optimizely.ContentGraph.AppKey: ${{ secrets.APPKEY }}
33-
Optimizely.ContentGraph.Secret: ${{ secrets.SECRET }}
34-
Optimizely.ContentGraph.SingleKey: ${{ secrets.SINGLEKEY }}
35-
3625
- name: Setup test environment
3726
if: success()
3827
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)