Skip to content

Commit

Permalink
Merge pull request #803 from ivanvc/set-top-level-permissions-to-gith…
Browse files Browse the repository at this point in the history
…ub-workflows

github/workflows: set top-level file permissions
  • Loading branch information
ahrtr committed Aug 2, 2024
2 parents b87f244 + 83aba89 commit 02e13c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-workflow-approve.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Approve GitHub Workflows

permissions: read-all
on:
pull_request_target:
types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests_windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Tests
on: [push, pull_request]
permissions: read-all
jobs:
test-windows:
strategy:
Expand Down

0 comments on commit 02e13c1

Please sign in to comment.