Merge pull request #966 from actions/ashelytc/add-permissions

Add explicit permissions to workflow files
This commit is contained in:
Ashely Tenesaca
2025-08-20 09:33:56 -04:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -16,6 +16,9 @@ on:
- '**.md'
workflow_dispatch:
permissions:
contents: read
jobs:
check-dist:
runs-on: ubuntu-latest
+3
View File
@@ -10,6 +10,9 @@ on:
paths-ignore:
- '**.md'
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest