Skip to content

Commit 7e8c689

Browse files
committed
test
1 parent 3020d5e commit 7e8c689

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-24.04
3434
env:
3535
# This is a private access token for @choldgraf that has public read-only access.
36-
GHA_ACCESS_TOKEN: ${{ secrets.TOKEN_READONLY }}
36+
GHA_ACCESS_TOKEN: "${{ secrets.TOKEN_READONLY }}"
3737
strategy:
3838
matrix:
3939
include:

github_activity/github_activity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def get_activity(
174174
if kind in os.environ:
175175
# Access token is stored in a local environment variable so just use this
176176
print(
177-
"Using GH access token stored in `GITHUB_ACCESS_TOKEN`.",
177+
f"Using GH access token stored in `{kind}`.",
178178
file=sys.stderr,
179179
)
180180
auth = os.environ.get(kind)

0 commit comments

Comments
 (0)