fix: remove unused environment variables from test build workflow

This commit is contained in:
ArraysID
2025-05-11 05:32:55 +07:00
parent 0a217341a5
commit b39e918b3c
-6
View File
@@ -7,13 +7,7 @@ on:
branches: ['develop']
env:
NODE_VERSION: 22.14.0
CMS_SECRET: fake-secret
CMS_POSTGRES_URL: postgres://user:password@localhost:5432/fake-db
CMS_STORAGE_ENDPOINT: https://fake-s3-endpoint.com
CMS_STORAGE_ACCESS_KEY_ID: fake-access-key
CMS_STORAGE_SECRET_ACCESS_KEY: fake-secret-key
CMS_STORAGE_REGION: ap-southeast-1
jobs:
build: