diff --git a/.github/workflows/lint-changelog.yaml b/.github/workflows/lint-changelog.yaml index 7c90e77..95597ec 100644 --- a/.github/workflows/lint-changelog.yaml +++ b/.github/workflows/lint-changelog.yaml @@ -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 }}