We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6564fd commit 5b08e9eCopy full SHA for 5b08e9e
1 file changed
.github/workflows/check_misc.yml
@@ -17,6 +17,8 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
20
+ with:
21
+ token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
22
23
- uses: ./.github/actions/setup/directories
24
with:
0 commit comments