Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit d31bb0a

Browse files
authored
Merge pull request #19 from altmetric/fix-workflow-permissions
Add explicit permissions to CI workflow
2 parents 379d676 + d244e16 commit d31bb0a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- '**'
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
test:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)