diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1b0fd2..1f3d3bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,5 +16,10 @@ jobs: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch needs: test-and-build + permissions: + contents: write + issues: write + pull-requests: write + id-token: write uses: imccausl/eslint-config/.github/workflows/publish.yml@main secrets: inherit