Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/create.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Deploy
permissions:
contents: read
on:
push:
tags:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/phpcs_on_pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on: pull_request
name: Inspections
permissions:
contents: read
pull-requests: write
jobs:
runPHPCSInspection:
name: Run PHPCS inspection
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# e2e test for rtMedia pro plugin.

name: CI for rtMedia plugin

permissions:
contents: read # Read code
checks: write # Report test results
pull-requests: write # Comment on PRs
statuses: write # Update commit status
# Controls when the workflow will run
on:
# Triggers the workflow on pull request events
Expand Down
Loading