Skip to content

Commit

Permalink
Restrict permissions for GITHUB_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Lopes <ricardoapl.dev@gmail.com>
  • Loading branch information
ricardoapl committed May 22, 2024
1 parent 7caed23 commit 8867e6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/openvex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
workflow_dispatch:
release:
types: [published]

permissions:
contents: read

jobs:
vexctl:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8867e6e

Please sign in to comment.