Skip to content

Commit

Permalink
fix(ci): add write permission to license-checker workflow
Browse files Browse the repository at this point in the history
fix(ci): add write permission to license-checker workflow
  • Loading branch information
samugi authored Mar 1, 2024
2 parents 874238a + 2c48bd5 commit a9ec908
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Apply EE License and Copyright"
on: [create]

permissions:
contents: write

env:
SENDER: ${{ github.event.sender.login }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a9ec908

Please sign in to comment.