Browse Source

Specified explicit permissions for action. (#405)

pull/408/head
Matt Andreko 6 months ago committed by GitHub
parent
commit
d67c861465
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/check-run.yml

4
.github/workflows/check-run.yml

@ -3,12 +3,14 @@ name: Check PR run @@ -3,12 +3,14 @@ name: Check PR run
on:
workflow_call:
permissions: read-all
permissions: {}
jobs:
check:
name: Check
runs-on: ubuntu-22.04
permissions:
contents: read
steps:
- name: Get user permission

Loading…
Cancel
Save