Internal: Restrict permissions for Github actions (triggered by PRs)

pull/4453/head^2^2
Yannick Warnier 3 years ago committed by GitHub
commit b8c78b9758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/php.yml
  2. 3
      .github/workflows/php_cs.yml

@ -2,6 +2,9 @@ name: Behat tests 1.11.x 🐞
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

@ -2,6 +2,9 @@ name: PHP-CS-Fixer
on: [ push, pull_request ]
permissions:
contents: read
jobs:
composer_install:
runs-on: ubuntu-20.04

Loading…
Cancel
Save