Skip to content

Commit 2ba8a87

Browse files
committed
Fix build
1 parent 74c4a5f commit 2ba8a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
run: yarn
2929
- name: Yarn start
3030
run: 'yarn start "${{ matrix.php }}"'
31-
with:
32-
token: ${{ secrets.GITHUB_TOKEN }}
31+
env:
32+
INPUT_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)