We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c4a5f commit 2ba8a87Copy full SHA for 2ba8a87
.github/workflows/build.yaml
@@ -28,5 +28,5 @@ jobs:
28
run: yarn
29
- name: Yarn start
30
run: 'yarn start "${{ matrix.php }}"'
31
- with:
32
- token: ${{ secrets.GITHUB_TOKEN }}
+ env:
+ INPUT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments