Skip to content

Commit

Permalink
fix(action): try to fix split-monorepo.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelAlphonso committed Aug 1, 2022
1 parent be7b855 commit 31c12ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/split-monorepo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
application_private_key: ${{ secrets.APPLICATION_PRIVATE_KEY }}
organization: 'charcoalphp'

- uses: actions/checkout@v2
- uses: actions/checkout@v3
env:
GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }}
with:
token: ${{ steps.get_workflow_token.outputs.token }}

Expand Down

0 comments on commit 31c12ff

Please sign in to comment.