Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix "New patch" button not being visible for non-staff users #116

Fix "New patch" button not being visible for non-staff users

Fix "New patch" button not being visible for non-staff users #116

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
- prod
jobs:
deployment:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- name: Trigger deploy
run: |
curl --fail-with-body --silent --show-error -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"