Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/live-ebsi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ on:
- cron: "17 6 * * 1" # Mondays 06:17 UTC
workflow_dispatch:

# Least privilege: this job only checks out and runs pytest against the live
# registries — it never touches the GitHub API. Explicit here (not inherited)
# so the one unattended, scheduled workflow stays read-only regardless of the
# repository-wide default.
permissions:
contents: read

jobs:
live:
name: Resolve a real DID against pilot
Expand Down