Skip to content

Commit 600172c

Browse files
authored
Update README.md
1 parent 037560c commit 600172c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
3636
github_token:
3737
description: 'Github Token with commit access'
38-
default: ${{ github.token }}
38+
default: ${{ secrets.GITHUB_TOKEN }}
3939
required: false
4040
repository:
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+
```

0 commit comments

Comments
 (0)