Skip to content

Commit 0a27321

Browse files
authored
Fixed Broken Link: Update installation.md (#64)
Broken link: https://spark.laravel.com/users/api-tokens Corrected Link: https://spark.laravel.com/user/api-tokens
1 parent fd27a7b commit 0a27321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ That's it! Next, you may navigate to your application's `config/spark.php` confi
8383

8484
## Authenticating Spark in Continuous Integration (CI) Environments
8585

86-
It's not advised to store your `auth.json` file inside your project's version control repository. However, there may be times you wish to download Spark inside a CI environment like [Chipper CI](https://chipperci.com/). For instance, you may wish to run tests for any custom tools you create. To authenticate Spark in these situations, you can use Composer to set the configuration option inside your CI system's pipeline, injecting environment variables containing the credentials you use to login to the Spark dashboard and a valid [Spark dashboard API token](https://spark.laravel.com/users/api-tokens):
86+
It's not advised to store your `auth.json` file inside your project's version control repository. However, there may be times you wish to download Spark inside a CI environment like [Chipper CI](https://chipperci.com/). For instance, you may wish to run tests for any custom tools you create. To authenticate Spark in these situations, you can use Composer to set the configuration option inside your CI system's pipeline, injecting environment variables containing the credentials you use to login to the Spark dashboard and a valid [Spark dashboard API token](https://spark.laravel.com/user/api-tokens):
8787

8888
```sh
8989
composer config http-basic.spark.laravel.com ${SPARK_USERNAME} ${SPARK_API_TOKEN}

0 commit comments

Comments
 (0)