-
-
Notifications
You must be signed in to change notification settings - Fork 402
Closed
Labels
version 4Issues related to version 4 of this action.Issues related to version 4 of this action.
Description
My deploy job keeps failing with en error The deploy step encountered an error: The process '/usr/bin/git' failed with exit code 128 ❌
This same access token used to work previously so not sure what's changed now.
When changing to v4 I changed the properties from:
GITHUB_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: build
to what is now documented:
token: ${{ secrets.GITHUB_ACCESS_TOKEN }}
branch: gh-pages
folder: build
Link to action: https://github.com/cmacdonnacha/react-boilerplate/actions/runs/624000633
Link to workflow being used: https://github.com/cmacdonnacha/react-boilerplate/blob/master/.github/workflows/continuous-integration-workflow.yml#L89
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
version 4Issues related to version 4 of this action.Issues related to version 4 of this action.