Skip to content

Commit 3a4aa75

Browse files
committed
Removed not needed token from readme
1 parent 266d19c commit 3a4aa75

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Generate OpenAPI specification from Laravel routes and Laravel Data objects
66

77
## Add composer repository
88

9-
In `composer.json` add:
9+
In `composer.json` add this repository:
1010

1111
```json
1212
"repositories": [
@@ -21,13 +21,6 @@ In `composer.json` add:
2121

2222
`composer require xolvio/laravel-data-openapi-generator`
2323

24-
If there is a Github action involved, make sure to add this to the job that runs `composer i`:
25-
26-
```yml
27-
before_script:
28-
- git config --global github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}"
29-
```
30-
3124
# Optional
3225

3326
## Version

0 commit comments

Comments
 (0)