You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,7 +113,7 @@ If this is set to `true`, the action will create an auth token for the new branc
67
113
68
114
#### `auth-token-authorization` - Authorization for the new auth token
69
115
70
-
This input is only used if `create-auth-token` is set to `true`. This input specifies the permissions for the new auth token. The permissions can be `read-only` or `read-write`.
116
+
This input is only used if `create-auth-token` is set to `true`. This input specifies the permissions for the new auth token. The permissions can be `read-only` or `read-write`. [Read more on Turso Auth Tokens here](https://docs.turso.tech/sdk/authentication#auth-tokens)
71
117
72
118
#### `auth-token-expiration` - Expiry for the new auth token
> Note: All the outputs are masked and are not intended to be printed in the logs. You can use these outputs in subsequent steps in the workflow.
128
+
129
+
### `db_branch_hostname`
82
130
The hostname of the new branch created.
131
+
The format of the hostname is: `[DB-NAME]-[ORG-NAME].turso.io`where `[DB-NAME]` is the name of the branch and `[ORG-NAME]` is the name of the organization.
132
+
133
+
### `db_branch_libsql_url`
134
+
The URL of the new branch created.
135
+
The format of the [URL is: `libsql://[DB-NAME]-[ORG-NAME].turso.io`](https://docs.turso.tech/sdk/authentication#database-url) where `[DB-NAME]` is the name of the branch and `[ORG-NAME]` is the name of the organization.
136
+
137
+
### `db_branch_http_url`
138
+
The HTTP URL of the new branch created.
139
+
The format of the URL is: `https://[DB-NAME]-[ORG-NAME].turso.io`where `[DB-NAME]` is the name of the branch and `[ORG-NAME]` is the name of the organization.
83
140
84
-
### `db-branch-url`
85
-
The URL of the new branch created.
141
+
### `db_jwt_auth_token`
142
+
The JWT Auth Token created for the new branch.
143
+
You can use this token to access the new branch. Such as running specific actions against the database.
0 commit comments