fix(JsonEditor): prevent user from changing the value of a disabled e… #1782
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Lago Internal" | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
lago-internal: | |
name: Lago Internal | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: peter-evans/repository-dispatch@v2 | |
with: | |
token: ${{ secrets.GH_TOKEN}} | |
repository: getlago/lago-deploy | |
event-type: front-push-main | |
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' |