pull/653/merge
Varun Sharma 2024-06-13 19:05:47 +00:00 committed by GitHub
commit 457ba487a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

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: