Skip to content

Commit

Permalink
Removed extra $ from environment variable for MRAP (awslabs#514)
Browse files Browse the repository at this point in the history
Signed-off-by: Ankit Saurabh <[email protected]>
  • Loading branch information
Ankit Saurabh authored Sep 13, 2023
1 parent 57d1bd6 commit 0a8bb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
S3_ACCESS_POINT_ARN: ${{ vars.S3_ACCESS_POINT_ARN }}
S3_OLAP_ALIAS: ${{ vars.S3_OLAP_ALIAS }}
S3_OLAP_ARN: ${{ vars.S3_OLAP_ARN }}
S3_MRAP_ARN: $${{ vars.S3_MRAP_ARN }}
S3_MRAP_ARN: ${{ vars.S3_MRAP_ARN }}
RUST_FEATURES: fuse_tests,s3_tests,fips_tests

permissions:
Expand Down

0 comments on commit 0a8bb28

Please sign in to comment.