Skip to content

Commit

Permalink
Merge pull request #2395 from ricardoapl/fix-github-token-permissions
Browse files Browse the repository at this point in the history
ci: least privileged GITHUB_TOKEN permissions
  • Loading branch information
k8s-ci-robot committed Jun 14, 2024
2 parents 669b501 + 8867e6e commit 89f0db6
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 89f0db6

Please sign in to comment.