Skip to content

Commit d13eb6a

Browse files
committed
build: explicitly set permissions for workflow
1 parent 80fe486 commit d13eb6a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/namespace_exports.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ on:
3030
# Allow the workflow to be manually run:
3131
workflow_dispatch:
3232

33+
# Global permissions:
34+
permissions:
35+
# Allow read-only access to the repository contents:
36+
contents: read
37+
3338
# Workflow jobs:
3439
jobs:
3540

0 commit comments

Comments
 (0)