Skip to content

Commit

Permalink
Adding explicit permissions for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaivpp committed Dec 13, 2024
1 parent a2e50be commit 1b91a3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
name: Vulcanizer CI
on: [push, pull_request]
permissions:
contents: read
actions: read
checks: write
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1b91a3e

Please sign in to comment.