Skip to content

Commit f6f03c6

Browse files
authored
Merge pull request #106 from mtsmfm/fork
Probably this change fixes the forked repo problem
2 parents 66e229c + 8c0db17 commit f6f03c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: true
2929
ref: ${{ github.head_ref }}
3030
repository: ${{ github.event.pull_request.head.repo.full_name }}
31-
token: ${{ secrets.PAT }}
31+
token: ${{ secrets.PAT || github.token }}
3232
- uses: ruby/setup-ruby@v1
3333
with:
3434
ruby-version: "3.3"

0 commit comments

Comments
 (0)