Skip to content

Commit

Permalink
add GH token to use with linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Jun 30, 2024
1 parent cab7557 commit 05dd24f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ jobs:
uses: actions/checkout@v4

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


0 comments on commit 05dd24f

Please sign in to comment.