Skip to content

Commit 6098daa

Browse files
Update publish workflow to include permissions for reading contents
1 parent 6b4f7ac commit 6098daa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
description: Tag to publish (e.g. v2.0.16)
99
required: true
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
validate-tag:
1316
name: Validate tag

0 commit comments

Comments
 (0)