Skip to content

Commit 6db7a74

Browse files
Copilotjbampton
andauthored
Add explicit permissions block to leaderboard workflow
Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/aa529b1f-6c33-47b9-854e-af24ac43a895 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
1 parent aa10f62 commit 6db7a74

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/leaderboard.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- cron: "0 0 * * *" # every day at midnight UTC
66
workflow_dispatch: # allow manual runs
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
leaderboard:
1013
if: github.repository == 'NextCommunity/NextCommunity.github.io'

0 commit comments

Comments
 (0)