Skip to content

Actually fix the action for preventing changing 'login.toml' #4

Actually fix the action for preventing changing 'login.toml'

Actually fix the action for preventing changing 'login.toml' #4

Workflow file for this run

name: Prevent modifying login.toml
on: [push, pull_request]
jobs:
prevent_modify_login_toml:
name: Prevent modifying login.toml
runs-on: ubuntu-latest
steps:
- name: Prevent modifying login.toml
uses: xalvarez/prevent-file-change-action@v1.6.0
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: login.toml