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 30ed261 commit 9aea869Copy full SHA for 9aea869
.github/workflows/split_monorepo.yaml
@@ -15,6 +15,8 @@ permissions:
15
jobs:
16
gitsplit:
17
runs-on: ubuntu-latest
18
+ permissions:
19
+ contents: write # required for pushing changes
20
steps:
21
- name: checkout
22
run: git clone "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" "$GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE" && git checkout $GITHUB_SHA
0 commit comments