Skip to content

Commit 89f0db6

Browse files
authored
Merge pull request #2395 from ricardoapl/fix-github-token-permissions
ci: least privileged GITHUB_TOKEN permissions
2 parents 669b501 + 8867e6e commit 89f0db6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/openvex.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
workflow_dispatch:
55
release:
66
types: [published]
7+
8+
permissions:
9+
contents: read
10+
711
jobs:
812
vexctl:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)