Merge pull request #7368 from pixelfed/alert-autofix-5003

Add  permissions to github actions
pull/7369/head
Shlee 5 days ago committed by GitHub
commit a1ffc192c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,8 @@
name: PHP - Larastan
permissions:
contents: read
on:
push:
branches: [staging, dev, unstable]

@ -1,5 +1,8 @@
name: PHP - Laravel Tests
permissions:
contents: read
on:
push:
branches: [staging, dev, unstable]

@ -6,6 +6,9 @@ on:
pull_request:
branches: [dev]
permissions:
contents: read
jobs:
pint:
runs-on: ubuntu-latest

Loading…
Cancel
Save