fix: revoke write permissions from all workflows

Signed-off-by: Joyce Brum <joycebrum@google.com>
This commit is contained in:
Joyce Brum 2022-12-07 13:51:22 +00:00
parent 6adc81c664
commit a92e06f132
No known key found for this signature in database
2 changed files with 0 additions and 4 deletions

View File

@ -4,8 +4,6 @@ permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: write
strategy:
fail-fast: true
matrix:

View File

@ -3,8 +3,6 @@ on: [push, pull_request]
permissions: read-all
jobs:
main:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2