This commit is contained in:
Varun Sharma 2023-01-14 16:27:32 -05:00 committed by GitHub
commit 609a32288f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,12 @@ on:
- '**.md' - '**.md'
workflow_dispatch: workflow_dispatch:
permissions: read-all
jobs: jobs:
check-dist: check-dist:
permissions:
contents: read # for actions/checkout to fetch code
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: