Skip to content

Commit

Permalink
Add a GitHub Actions workflow that prevents modifying 'login.toml' (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos authored Feb 5, 2024
1 parent c33b00f commit 7512ef9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/login-toml.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: Prevent modifying login.toml
uses: xalvarez/[email protected]
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: login.toml

0 comments on commit 7512ef9

Please sign in to comment.