Skip to content

Commit e7f2b72

Browse files
authored
Apply suggestion from @choldgraf
1 parent b09961f commit e7f2b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-24.04
3737
env:
3838
# Use TOKEN_READONLY if available (pushed branches), otherwise use GITHUB_TOKEN (PRs)
39-
# TOKEN_READONLY is a PAT for @choldgraf that only has read-access to this repo.
39+
# TOKEN_READONLY is a PAT for @choldgraf that only has read-access to this repo but isn't available in PRs.
4040
GITHUB_ACCESS_TOKEN: "${{ secrets.TOKEN_READONLY || secrets.GITHUB_TOKEN }}"
4141
strategy:
4242
matrix:

0 commit comments

Comments
 (0)