Skip to content

Commit

Permalink
Use: 'Push Protected' GitHub Action to help with required status chec…
Browse files Browse the repository at this point in the history
…ks (#49)
  • Loading branch information
carstingaxion authored Jun 30, 2023
2 parents 4f46c1e + 6d97324 commit c4af9c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pagespeed-insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:
plugin_pagespeed_url: https://figuren.theater/
user: figuren-theater-bot
committer_token: ${{ secrets.BOT_TOKEN }}
- name: Push to protected branch
uses: CasperWA/push-protected@v2
with:
token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }}
branch: main
unprotect_reviews: true

0 comments on commit c4af9c5

Please sign in to comment.