Skip to content

Commit

Permalink
Disable all write permissions in GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Apr 29, 2021
1 parent 601e60e commit e0dce44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI-Experimental.yml
@@ -1,5 +1,7 @@
name: CI Experimental

permissions: read-all

on:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
@@ -1,5 +1,7 @@
name: CI

permissions: read-all

on:
push:
branches:
Expand Down

0 comments on commit e0dce44

Please sign in to comment.