Skip to content

Commit 9712d8f

Browse files
committed
Setup GH Token for Phive Install in CI
1 parent 567575b commit 9712d8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/part_docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
tools-
3939
- name: Install Tools
4040
run: composer run install:tools
41+
env:
42+
GITHUB_AUTH_TOKEN: "${{ github.token}}"
4143
- name: Generate Docs
4244
run: composer run docs:generate
4345
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)