File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 7171 # ► push branch + tag
7272 - name : Split Monorepo
7373 uses : " danharrin/monorepo-split-github-action@v2.3.0"
74+ env :
75+ GITHUB_TOKEN : ${{ secrets.SPLIT_TOKEN_3 }}
7476 with :
75- github_token : ${{ secrets.SPLIT_TOKEN_3 }} # PAT here
77+ # github_token: ${{ secrets.SPLIT_TOKEN_3 }} # PAT here
7678 tag : ${{ github.ref_name }} # e.g. v1.2.3
7779 package_directory : ${{ matrix.package.local }}
7880 repository_organization : cognesy
8789 GITHUB_TOKEN : ${{ secrets.SPLIT_TOKEN_3 }}
8890 with :
8991 repository : ${{ matrix.package.repo }} # target repo
90- tag_name : ${{ github.ref_name }} # v1.2.3
91- body_path : ${{ matrix.package.local }}/release_notes/${{ github.ref_name }}.md
92- token : ${{ secrets.SPLIT_TOKEN_3 }} # PAT here
92+ tag_name : ${{ github.ref_name }} # v1.2.3
93+ body_path : ${{ matrix.package.local }}/release_notes/${{ github.ref_name }}.md
94+ token : ${{ secrets.SPLIT_TOKEN_3 }} # PAT here
You can’t perform that action at this time.
0 commit comments