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
the missing contents:write permission was causing the license checker
cleanup job to fail. This commit adds the missing permission.
  • Loading branch information
samugi committed Mar 1, 2024
1 parent 874238a commit 2c48bd5
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 2c48bd5

Please sign in to comment.