Browse Source

Set permissions on verify workflow

pull/46211/head
Andy Wilkinson 6 months ago
parent
commit
73dd31d440
  1. 2
      .github/workflows/verify.yml

2
.github/workflows/verify.yml

@ -30,6 +30,8 @@ on: @@ -30,6 +30,8 @@ on:
token:
description: 'Token to use for authentication with GitHub'
required: true
permissions:
contents: read
jobs:
verify:
name: Verify

Loading…
Cancel
Save