We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66e229c + 8c0db17 commit f6f03c6Copy full SHA for f6f03c6
.github/workflows/generator.yml
@@ -28,7 +28,7 @@ jobs:
28
submodules: true
29
ref: ${{ github.head_ref }}
30
repository: ${{ github.event.pull_request.head.repo.full_name }}
31
- token: ${{ secrets.PAT }}
+ token: ${{ secrets.PAT || github.token }}
32
- uses: ruby/setup-ruby@v1
33
with:
34
ruby-version: "3.3"
0 commit comments