Skip to content

Commit 8867e6e

Browse files
committed
Restrict permissions for GITHUB_TOKEN
Signed-off-by: Ricardo Lopes <[email protected]>
1 parent 7caed23 commit 8867e6e

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)