3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-06-27 10:38:48 +00:00
This commit is contained in:
Varun Sharma 2025-06-20 13:51:48 -04:00 committed by GitHub
commit af2cd70953
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: