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.
2 parents 8dda467 + 9aea869 commit ae2c852Copy full SHA for ae2c852
.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