GitHub Workflows security hardening (#7883)

pull/7952/head
Alex 3 years ago committed by GitHub
parent 0b46c72cad
commit a752ef4709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,7 @@
name: CI name: CI
on: [push, pull_request] on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs: jobs:
Tests: Tests:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}

@ -7,6 +7,8 @@ on:
paths: paths:
- site/content/** - site/content/**
permissions: {}
jobs: jobs:
release: release:
name: Deploy docs name: Deploy docs

Loading…
Cancel
Save