Skip to content

Commit e67e7e9

Browse files
authored
chore: add cache-control header to s3 mapa (#1467)
1 parent 6267890 commit e67e7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-caip-map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
- name: Upload to S3
4141
run: |
4242
echo "Uploading tokenlist to S3..."
43-
aws s3 cp metamask-uniswap-tokenlist.json s3://${{ env.S3_BUCKET_NAME }}/${{ env.S3_PATH }}
43+
aws s3 cp metamask-uniswap-tokenlist.json s3://${{ env.S3_BUCKET_NAME }}/${{ env.S3_PATH }} --cache-control "max-age=3600"
4444
echo "Upload complete"

0 commit comments

Comments
 (0)