File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22[ ![ build-test] ( https://github.com/codeeshop-oc/php-cs-fix-merge/actions/workflows/test.yml/badge.svg )] ( https://github.com/codeeshop-oc/php-cs-fix-merge/actions/workflows/test.yml )
33[ ![ CodeQL] ( https://github.com/codeeshop-oc/php-cs-fix-merge/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/codeeshop-oc/php-cs-fix-merge/actions/workflows/codeql-analysis.yml )
44
5- Fix PHP CS Issues and Create Pull request and Merge if provide workflow permissions
5+ Fix PHP CS Issues and Create Pull request and Merge if provided proper [ workflow permissions] ( ../../settings/actions )
66
77## Usage
88
@@ -30,12 +30,12 @@ See [action.yml](./action.yml)
3030 reviewer : codeeshop-oc
3131` ` `
3232
33- #Inputs
33+ ## Inputs
3434
3535` ` ` yaml
3636github_token :
3737 description : ' Github Token with commit access'
38- default : ${{ github.token }}
38+ default : ${{ secrets.GITHUB_TOKEN }}
3939 required : false
4040repository :
4141 description : ' Repository, defaults to context github.repository if omited'
@@ -109,4 +109,4 @@ This can be resolved by adding `persist-credentials: false` and `fetch-depth: 0`
109109 pull_body: Update PH CS Fix Files
110110 assignee: codeeshop-oc
111111 reviewer: codeeshop-oc
112- ` ` `
112+ ` ` `
You can’t perform that action at this time.
0 commit comments