Skip to content

Commit

Permalink
Merge pull request #106 from mtsmfm/fork
Browse files Browse the repository at this point in the history
Probably this change fixes the forked repo problem
  • Loading branch information
mtsmfm authored May 23, 2024
2 parents 66e229c + 8c0db17 commit f6f03c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
submodules: true
ref: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
token: ${{ secrets.PAT }}
token: ${{ secrets.PAT || github.token }}
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
Expand Down

0 comments on commit f6f03c6

Please sign in to comment.