1
0
mirror of https://github.com/actions/checkout.git synced 2026-06-08 16:13:50 +08:00
This commit is contained in:
Varun Sharma
2024-06-13 19:05:47 +00:00
committed by GitHub

View File

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