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

Commit b5f8a97

Browse files
committed
renamed EFS env reference
1 parent 85d785d commit b5f8a97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_mainnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
awsRegion=${{ env.AWS_REGION }}
5757
awsEnv=${{ env.ENVIRONMENT }}
5858
imageTag=${{ env.VERSION }}
59-
awsEfs=${{ secrets.SPECTRE_EFS_MAINNET }}
59+
awsEfs=${{ secrets.SPECTRE_EFS }}
6060
6161
- name: Configure AWS Credentials
6262
uses: aws-actions/configure-aws-credentials@v4

.github/workflows/deploy_testnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
spectreId=${{ matrix.spectre_id }}
9090
awsAccountId=${{ env.AWS_TESTNET }}
9191
awsRegion=${{ env.AWS_REGION }}
92-
awsEfs=${{ secrets.SPECTRE_EFS_TESTNET }}
92+
awsEfs=${{ secrets.SPECTRE_EFS }}
9393
imageTag=${{ github.ref_name }}
9494
9595
- name: configure aws credentials

0 commit comments

Comments
 (0)