Skip to content

Commit eb02ec2

Browse files
fix build
1 parent aecbe9e commit eb02ec2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ "development" ]
88

99
permissions:
10-
contents: read
10+
contents: write
1111

1212
jobs:
1313
build:
@@ -49,6 +49,6 @@ jobs:
4949
with:
5050
publish_dir: ./output
5151
publish_branch: image-data
52-
github_token: ${{ secrets.APP_TOKEN }}
52+
github_token: ${{ secrets.GITHUB_TOKEN }}
5353
user_name: 'github-actions[bot]'
5454
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)