Skip to content

Commit d0ef930

Browse files
authored
Update publish.yml
1 parent f94eeb4 commit d0ef930

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
- uses: actions/checkout@v2
2323
with:
2424
token: ${{ secrets.GH_PAT }}
25+
26+
- name: authorize
27+
run: |
28+
git config --local user.email "${GITHUB_ACTOR}@bots.github.com"
29+
git config --local user.name "github-actions[bot]"
2530
2631
- name: Setup PHP
2732
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)