Skip to content

Commit ec89710

Browse files
committed
chore: move DSQL_ENDPOINT to gh secrets
1 parent 0ca7c81 commit ec89710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Migrate Database
4747
env:
48-
DSQL_ENDPOINT: ${{ vars.DSQL_ENDPOINT }}
48+
DSQL_ENDPOINT: ${{ secrets.DSQL_ENDPOINT }}
4949
run: |
5050
token=$(aws dsql generate-db-connect-admin-auth-token --hostname $DSQL_ENDPOINT)
5151
encoded_token=$(echo "$token" | jq -Rr @uri)

0 commit comments

Comments
 (0)