Add explicit permissions to workflow

This commit is contained in:
James M. Greene
2022-08-05 13:08:52 -05:00
committed by GitHub
parent 2a2b0fadb6
commit 2fc7b604aa

View File

@@ -15,6 +15,9 @@ on:
- '**.md' - '**.md'
workflow_dispatch: workflow_dispatch:
permissions:
contents: read
jobs: jobs:
check-dist: check-dist:
runs-on: ubuntu-latest runs-on: ubuntu-latest