Skip to content

Commit cdfb65b

Browse files
committed
Use one name for S3_ENDPOINT_URL secret
Secret had different names in deploy-branch and deploy-prod jobs. Now the name is consistent with all other doc projects in Tarantool. Fixes #3
1 parent fb7ca28 commit cdfb65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
1010
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
1111
AWS_DEFAULT_REGION: ${{secrets.AWS_DEFAULT_REGION}}
12-
ENDPOINT_URL: ${{secrets.ENDPOINT_URL}}
12+
ENDPOINT_URL: ${{secrets.S3_ENDPOINT_URL}}
1313
S3_UPLOAD_PATH: ${{secrets.S3_UPLOAD_PATH}}
1414
S3_BUCKET: ${{secrets.S3_BUCKET}}
1515
INTERNALS_UPDATE_URL: ${{secrets.INTERNALS_DEVELOP_UPDATE_URL}}

0 commit comments

Comments
 (0)