Skip to content

Commit

Permalink
add explicit permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloomca committed May 13, 2024
1 parent 12806ee commit 6618f9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pull-request-workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: pull-request-workflow
run-name: Veles PR checks
on: [pull_request]

permissions:
actions: read
contents: read
metadata: read
packages: read

jobs:
run-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6618f9c

Please sign in to comment.