Skip to content

Commit 9aea869

Browse files
Add permissions that were missed on the first pass (#407)
Co-authored-by: otelbot <[email protected]>
1 parent 30ed261 commit 9aea869

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/split_monorepo.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ permissions:
1515
jobs:
1616
gitsplit:
1717
runs-on: ubuntu-latest
18+
permissions:
19+
contents: write # required for pushing changes
1820
steps:
1921
- name: checkout
2022
run: git clone "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" "$GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE" && git checkout $GITHUB_SHA

0 commit comments

Comments
 (0)