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.
1 parent b28c1d2 commit 16d14f4Copy full SHA for 16d14f4
.github/workflows/check_misc.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
20
with:
21
- token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
+ token: ${{ (github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull')) && secrets.MATZBOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
22
23
- uses: ./.github/actions/setup/directories
24
0 commit comments