We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1067d commit c95abbaCopy full SHA for c95abba
1 file changed
.github/workflows/monorepo-split.yml
@@ -20,7 +20,7 @@ jobs:
20
if: "!startsWith(github.ref, 'refs/tags/')"
21
uses: danharrin/monorepo-split-github-action@v2.4.0
22
env:
23
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
24
with:
25
package_directory: 'yii2-adapter'
26
repository_organization: 'craftcms'
@@ -33,7 +33,7 @@ jobs:
33
if: "startsWith(github.ref, 'refs/tags/')"
34
35
36
37
38
tag: ${GITHUB_REF#refs/tags/}
39
0 commit comments