Skip to content

Commit

Permalink
write permissions for action
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Jun 30, 2024
1 parent e8afedb commit fa1b927
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
uses: actions/checkout@v4

- name: Run changelog linter
permissions:
actions: write
# uses: MalteHerrmann/changelog-lint-action@135186f4c4e9d20424a5334c13ea749f601195b1
uses: ./
with:
github_token: ${{ secrets.github_token }}
github_token: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit fa1b927

Please sign in to comment.