refactor: modernize apache2 custom resources #63
Workflow file for this run
This file contains hidden or 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: "Prevent file change" | |
| "on": | |
| pull_request_target: | |
| branches: [main] | |
| jobs: | |
| prevent-file-change: | |
| uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@main | |
| permissions: | |
| pull-requests: write | |
| secrets: | |
| token: ${{ secrets.GITHUB_TOKEN }} |