Skip to content

Commit f3538c8

Browse files
authored
ci: add explicit permissions to ci-package-manager (#67)
ci: add explicit workflow-level permissions to ci-package-manager
1 parent 5a60269 commit f3538c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-package-manager.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
default: ''
1818
type: string
1919

20+
permissions:
21+
contents: read
22+
2023
jobs:
2124
build-tarball:
2225
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)