Skip to content

Commit c95abba

Browse files
committed
Use separate token
1 parent 9d1067d commit c95abba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/monorepo-split.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: "!startsWith(github.ref, 'refs/tags/')"
2121
uses: danharrin/monorepo-split-github-action@v2.4.0
2222
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
2424
with:
2525
package_directory: 'yii2-adapter'
2626
repository_organization: 'craftcms'
@@ -33,7 +33,7 @@ jobs:
3333
if: "startsWith(github.ref, 'refs/tags/')"
3434
uses: danharrin/monorepo-split-github-action@v2.4.0
3535
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
3737
with:
3838
tag: ${GITHUB_REF#refs/tags/}
3939
package_directory: 'yii2-adapter'

0 commit comments

Comments
 (0)